Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1 / XmlAnyElementAttributes.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Reflection;
using System.Collections;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
public class XmlAnyElementAttributes : CollectionBase {
///
///
/// [To be supplied.]
///
public XmlAnyElementAttribute this[int index] {
get { return (XmlAnyElementAttribute)List[index]; }
set { List[index] = value; }
}
///
///
/// [To be supplied.]
///
public int Add(XmlAnyElementAttribute attribute) {
return List.Add(attribute);
}
///
///
/// [To be supplied.]
///
public void Insert(int index, XmlAnyElementAttribute attribute) {
List.Insert(index, attribute);
}
///
///
/// [To be supplied.]
///
public int IndexOf(XmlAnyElementAttribute attribute) {
return List.IndexOf(attribute);
}
///
///
/// [To be supplied.]
///
public bool Contains(XmlAnyElementAttribute attribute) {
return List.Contains(attribute);
}
///
///
/// [To be supplied.]
///
public void Remove(XmlAnyElementAttribute attribute) {
List.Remove(attribute);
}
///
///
/// [To be supplied.]
///
public void CopyTo(XmlAnyElementAttribute[] array, int index) {
List.CopyTo(array, index);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Reflection;
using System.Collections;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
public class XmlAnyElementAttributes : CollectionBase {
///
///
/// [To be supplied.]
///
public XmlAnyElementAttribute this[int index] {
get { return (XmlAnyElementAttribute)List[index]; }
set { List[index] = value; }
}
///
///
/// [To be supplied.]
///
public int Add(XmlAnyElementAttribute attribute) {
return List.Add(attribute);
}
///
///
/// [To be supplied.]
///
public void Insert(int index, XmlAnyElementAttribute attribute) {
List.Insert(index, attribute);
}
///
///
/// [To be supplied.]
///
public int IndexOf(XmlAnyElementAttribute attribute) {
return List.IndexOf(attribute);
}
///
///
/// [To be supplied.]
///
public bool Contains(XmlAnyElementAttribute attribute) {
return List.Contains(attribute);
}
///
///
/// [To be supplied.]
///
public void Remove(XmlAnyElementAttribute attribute) {
List.Remove(attribute);
}
///
///
/// [To be supplied.]
///
public void CopyTo(XmlAnyElementAttribute[] array, int index) {
List.CopyTo(array, index);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509Certificate.cs
- ListSourceHelper.cs
- OleStrCAMarshaler.cs
- TimeSpanOrInfiniteValidator.cs
- HitTestParameters3D.cs
- CollectionCodeDomSerializer.cs
- MetafileHeaderWmf.cs
- Accessible.cs
- Util.cs
- TextContainerHelper.cs
- UrlSyndicationContent.cs
- _BasicClient.cs
- MetadataFile.cs
- HtmlTernaryTree.cs
- NavigateEvent.cs
- CodeValidator.cs
- CustomServiceCredentials.cs
- GridViewCancelEditEventArgs.cs
- WebExceptionStatus.cs
- PolicyException.cs
- _IPv6Address.cs
- NetDataContractSerializer.cs
- ObjectAnimationBase.cs
- NumericExpr.cs
- EnvironmentPermission.cs
- ServicePointManager.cs
- BindingGroup.cs
- IMembershipProvider.cs
- ListViewItemEventArgs.cs
- RawStylusInputReport.cs
- ListViewAutomationPeer.cs
- RegistrationServices.cs
- NativeWindow.cs
- ProcessProtocolHandler.cs
- ServicePoint.cs
- TextBoxRenderer.cs
- MsmqTransportSecurity.cs
- XmlDictionaryReader.cs
- ConnectionOrientedTransportManager.cs
- ListDictionary.cs
- VirtualPathUtility.cs
- WindowsBrush.cs
- AccessViolationException.cs
- DockPanel.cs
- WebMessageEncoderFactory.cs
- XslNumber.cs
- UrlPath.cs
- XamlReader.cs
- HttpListenerResponse.cs
- XmlWhitespace.cs
- PerformanceCounter.cs
- RunWorkerCompletedEventArgs.cs
- ParameterCollection.cs
- Canvas.cs
- HelpInfo.cs
- PeerTransportElement.cs
- BaseUriHelper.cs
- ChangePassword.cs
- XmlEncodedRawTextWriter.cs
- RegexCapture.cs
- ForceCopyBuildProvider.cs
- LambdaCompiler.ControlFlow.cs
- SortedSetDebugView.cs
- OleDbReferenceCollection.cs
- SHA1Managed.cs
- EndEvent.cs
- DecimalKeyFrameCollection.cs
- TimeManager.cs
- AnnotationMap.cs
- Pair.cs
- HTMLTextWriter.cs
- XmlSchemaValidationException.cs
- ListViewDataItem.cs
- TextServicesPropertyRanges.cs
- Zone.cs
- XMLSchema.cs
- initElementDictionary.cs
- CompilerWrapper.cs
- XmlResolver.cs
- HttpCapabilitiesBase.cs
- _DisconnectOverlappedAsyncResult.cs
- QueuePathDialog.cs
- AsymmetricKeyExchangeDeformatter.cs
- ContextStack.cs
- HttpServerUtilityWrapper.cs
- ContentDesigner.cs
- ListViewItemSelectionChangedEvent.cs
- FormViewCommandEventArgs.cs
- MatchSingleFxEngineOpcode.cs
- Transform.cs
- PageWrapper.cs
- CatalogPartChrome.cs
- MiniCustomAttributeInfo.cs
- TransformDescriptor.cs
- WasNotInstalledException.cs
- BindingGroup.cs
- SubqueryRules.cs
- GlobalProxySelection.cs
- PropertyPathConverter.cs
- ParameterModifier.cs