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; ////// /// 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Reflection; using System.Collections; using System.ComponentModel; ////// /// 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.[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StrongNameKeyPair.cs
- NullNotAllowedCollection.cs
- SID.cs
- WeakReferenceKey.cs
- DataServiceRequest.cs
- SchemaNamespaceManager.cs
- KnownTypesHelper.cs
- XmlnsDefinitionAttribute.cs
- ServiceBehaviorAttribute.cs
- TextSegment.cs
- Converter.cs
- CompilerState.cs
- PreApplicationStartMethodAttribute.cs
- Transactions.cs
- DataGridViewRowHeaderCell.cs
- NullableFloatSumAggregationOperator.cs
- DataGridViewCellValidatingEventArgs.cs
- DatagridviewDisplayedBandsData.cs
- InitializationEventAttribute.cs
- PointConverter.cs
- PeerResolverSettings.cs
- InternalTransaction.cs
- ParallelLoopState.cs
- SettingsBindableAttribute.cs
- RecognizedAudio.cs
- initElementDictionary.cs
- TextElement.cs
- XsltCompileContext.cs
- ButtonPopupAdapter.cs
- CheckBoxDesigner.cs
- XmlSchemaAll.cs
- MethodImplAttribute.cs
- UInt64.cs
- MemoryStream.cs
- ApplicationSettingsBase.cs
- StaticExtension.cs
- RowVisual.cs
- DataViewManagerListItemTypeDescriptor.cs
- CellConstantDomain.cs
- DataGridViewSortCompareEventArgs.cs
- TemplatePartAttribute.cs
- JoinSymbol.cs
- DateTimeFormatInfo.cs
- MethodBody.cs
- DocumentViewer.cs
- followingquery.cs
- DependsOnAttribute.cs
- CustomPopupPlacement.cs
- SafeRightsManagementHandle.cs
- Button.cs
- coordinatorfactory.cs
- TrackBarRenderer.cs
- XmlTextAttribute.cs
- Pair.cs
- ResourceIDHelper.cs
- AuthenticationConfig.cs
- InternalCache.cs
- GeneralTransform3D.cs
- OleDbConnectionFactory.cs
- DataGridViewCellParsingEventArgs.cs
- RemoteWebConfigurationHostStream.cs
- AnonymousIdentificationModule.cs
- ScrollEvent.cs
- UTF7Encoding.cs
- LocatorGroup.cs
- HwndSubclass.cs
- FlowDocumentPageViewerAutomationPeer.cs
- UIPermission.cs
- XmlException.cs
- HostedAspNetEnvironment.cs
- TextEndOfParagraph.cs
- TextTreeUndo.cs
- NumberFormatInfo.cs
- ThreadStartException.cs
- X509ChainElement.cs
- DataGridPageChangedEventArgs.cs
- XmlSerializerFactory.cs
- SrgsElementList.cs
- ContextQuery.cs
- GPPOINTF.cs
- CompilationSection.cs
- BooleanProjectedSlot.cs
- BinaryParser.cs
- HtmlShimManager.cs
- DataGridPagerStyle.cs
- AspNetHostingPermission.cs
- ColorEditor.cs
- AppSecurityManager.cs
- PostBackTrigger.cs
- FacetValueContainer.cs
- PerfCounters.cs
- HttpProxyTransportBindingElement.cs
- ContextMenuAutomationPeer.cs
- LinearGradientBrush.cs
- SerializationInfoEnumerator.cs
- ConstructorBuilder.cs
- XamlSerializer.cs
- SearchExpression.cs
- ServiceCredentialsElement.cs
- MatchingStyle.cs