Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1305376 / 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
- WebFaultClientMessageInspector.cs
- UpdatableGenericsFeature.cs
- Repeater.cs
- PropertyFilterAttribute.cs
- DefaultWorkflowSchedulerService.cs
- ProfileGroupSettings.cs
- XmlUTF8TextReader.cs
- ScriptResourceHandler.cs
- XMLUtil.cs
- SchemaDeclBase.cs
- WebPartZoneCollection.cs
- FormClosedEvent.cs
- SiteMapNodeItem.cs
- HotSpot.cs
- sqlinternaltransaction.cs
- XmlConvert.cs
- Debug.cs
- uribuilder.cs
- ValidationErrorEventArgs.cs
- SettingsPropertyValueCollection.cs
- Triplet.cs
- RectangleF.cs
- LicFileLicenseProvider.cs
- ControlBuilderAttribute.cs
- Logging.cs
- MULTI_QI.cs
- LOSFormatter.cs
- FlowLayoutPanelDesigner.cs
- DropShadowEffect.cs
- Object.cs
- MimeXmlReflector.cs
- DataContractSerializerElement.cs
- SqlMetaData.cs
- StreamUpgradeBindingElement.cs
- IdentifierCollection.cs
- RotateTransform.cs
- connectionpool.cs
- ApplicationId.cs
- CustomErrorsSectionWrapper.cs
- ThicknessAnimationUsingKeyFrames.cs
- StringUtil.cs
- ProjectionQueryOptionExpression.cs
- XPathNavigatorReader.cs
- XmlSchemaDocumentation.cs
- Binding.cs
- EventListener.cs
- SchemaEntity.cs
- BuilderPropertyEntry.cs
- OutputCacheSettingsSection.cs
- TypeBuilderInstantiation.cs
- HtmlLink.cs
- ToolStripSettings.cs
- DataGridCellEditEndingEventArgs.cs
- ListItemCollection.cs
- WindowsPrincipal.cs
- OAVariantLib.cs
- Message.cs
- DependentList.cs
- DecimalConverter.cs
- ValidationErrorEventArgs.cs
- DataBoundControlAdapter.cs
- TraceSwitch.cs
- DataConnectionHelper.cs
- CustomAssemblyResolver.cs
- ServiceChannel.cs
- XPathScanner.cs
- DiagnosticEventProvider.cs
- TableCellCollection.cs
- HttpBindingExtension.cs
- PageSetupDialog.cs
- EmptyReadOnlyDictionaryInternal.cs
- SelectionRangeConverter.cs
- ParallelTimeline.cs
- Geometry3D.cs
- SerialReceived.cs
- SplineKeyFrames.cs
- SqlCommandSet.cs
- MembershipPasswordException.cs
- Internal.cs
- UnsafeNativeMethods.cs
- FactoryId.cs
- ZipIOCentralDirectoryBlock.cs
- GeneralTransformCollection.cs
- PartialTrustVisibleAssembliesSection.cs
- XsltFunctions.cs
- ErrorFormatter.cs
- WebPartsSection.cs
- OracleEncoding.cs
- DoWorkEventArgs.cs
- DSASignatureDeformatter.cs
- CodeCommentStatement.cs
- ImpersonateTokenRef.cs
- FunctionQuery.cs
- CodeComment.cs
- GeneralTransform.cs
- DataSourceCacheDurationConverter.cs
- XmlSchemaSubstitutionGroup.cs
- OpenTypeLayout.cs
- PhysicalAddress.cs
- ADMembershipUser.cs