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
- ConnectionProviderAttribute.cs
- SelectionListDesigner.cs
- InvalidPropValue.cs
- ObjectDataSourceMethodEventArgs.cs
- DeclarativeCatalogPart.cs
- InfoCardAsymmetricCrypto.cs
- Span.cs
- ApplicationFileCodeDomTreeGenerator.cs
- PathSegment.cs
- LineMetrics.cs
- SrgsOneOf.cs
- MessageHeaderAttribute.cs
- EntityClassGenerator.cs
- ExecutedRoutedEventArgs.cs
- sitestring.cs
- EntityPropertyMappingAttribute.cs
- PartDesigner.cs
- ConnectionInterfaceCollection.cs
- FileResponseElement.cs
- OneOf.cs
- XamlPoint3DCollectionSerializer.cs
- TouchDevice.cs
- EventSinkHelperWriter.cs
- ExtenderProviderService.cs
- CacheChildrenQuery.cs
- PagesSection.cs
- RightsManagementInformation.cs
- MultiByteCodec.cs
- GiveFeedbackEvent.cs
- Restrictions.cs
- HttpConfigurationSystem.cs
- DrawingServices.cs
- PresentationSource.cs
- FormViewAutoFormat.cs
- MailAddress.cs
- KnownIds.cs
- AnnotationComponentManager.cs
- TypeLoadException.cs
- DataGridViewRowHeaderCell.cs
- ToolStripPanelSelectionGlyph.cs
- ListView.cs
- EdmScalarPropertyAttribute.cs
- ThreadInterruptedException.cs
- SpecularMaterial.cs
- cookie.cs
- IndividualDeviceConfig.cs
- ToolConsole.cs
- GridViewColumnCollectionChangedEventArgs.cs
- TextRangeAdaptor.cs
- RSAPKCS1SignatureDeformatter.cs
- PersonalizationProviderHelper.cs
- WebExceptionStatus.cs
- BaseInfoTable.cs
- AudioDeviceOut.cs
- BaseInfoTable.cs
- EntityDataSourceDesignerHelper.cs
- StylusLogic.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- FramingDecoders.cs
- SecurityUtils.cs
- DifferencingCollection.cs
- ModelPerspective.cs
- Expressions.cs
- MissingSatelliteAssemblyException.cs
- NotCondition.cs
- KerberosReceiverSecurityToken.cs
- IdnMapping.cs
- OutOfProcStateClientManager.cs
- TransactionContextValidator.cs
- _Rfc2616CacheValidators.cs
- ImpersonationContext.cs
- OperatingSystemVersionCheck.cs
- TabRenderer.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- ProtocolsConfigurationHandler.cs
- UnaryNode.cs
- DBConnection.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- PropertyMapper.cs
- Control.cs
- MetadataCache.cs
- ListItemParagraph.cs
- Converter.cs
- ObjectKeyFrameCollection.cs
- DiscoveryExceptionDictionary.cs
- DbInsertCommandTree.cs
- OdbcStatementHandle.cs
- Shape.cs
- EventProxy.cs
- TemplateLookupAction.cs
- FilterQueryOptionExpression.cs
- HttpChannelBindingToken.cs
- SafeFindHandle.cs
- IDataContractSurrogate.cs
- Decoder.cs
- ServiceHttpHandlerFactory.cs
- TemplateControlParser.cs
- AppearanceEditorPart.cs
- InvokeSchedule.cs
- WebPartsPersonalizationAuthorization.cs