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
- CustomLineCap.cs
- CodeVariableReferenceExpression.cs
- EventLog.cs
- SynchronizationLockException.cs
- IntegerValidator.cs
- XsdCachingReader.cs
- RuleSettings.cs
- SerializerWriterEventHandlers.cs
- StateDesigner.LayoutSelectionGlyph.cs
- Span.cs
- ArgIterator.cs
- ItemType.cs
- SetStateDesigner.cs
- Parameter.cs
- Nullable.cs
- FeatureSupport.cs
- XmlCodeExporter.cs
- DataGridViewIntLinkedList.cs
- PageHandlerFactory.cs
- ConfigXmlSignificantWhitespace.cs
- MenuEventArgs.cs
- BitArray.cs
- AdvancedBindingPropertyDescriptor.cs
- ComponentChangedEvent.cs
- ReceiveContextCollection.cs
- HtmlShimManager.cs
- SoapSchemaImporter.cs
- DataGridViewRowPrePaintEventArgs.cs
- QueryPageSettingsEventArgs.cs
- LineInfo.cs
- ResXFileRef.cs
- ReadOnlyPropertyMetadata.cs
- ContainerSelectorBehavior.cs
- MemberRelationshipService.cs
- CompilerParameters.cs
- TcpTransportElement.cs
- PageStatePersister.cs
- DataGrid.cs
- SoapElementAttribute.cs
- ScaleTransform.cs
- CommunicationObjectAbortedException.cs
- SQLByteStorage.cs
- TemplateContent.cs
- LicenseContext.cs
- ViewCellRelation.cs
- CryptoConfig.cs
- Calendar.cs
- Menu.cs
- ControlBuilder.cs
- PtsPage.cs
- Regex.cs
- BooleanExpr.cs
- NamespaceDecl.cs
- XmlNodeList.cs
- SendingRequestEventArgs.cs
- followingquery.cs
- TextServicesManager.cs
- RealProxy.cs
- Section.cs
- DataPointer.cs
- QuadraticBezierSegment.cs
- XmlIgnoreAttribute.cs
- SchemaNames.cs
- CharacterBuffer.cs
- TextAutomationPeer.cs
- SystemFonts.cs
- StatusBar.cs
- PropertyDescriptorGridEntry.cs
- ManipulationCompletedEventArgs.cs
- FigureParagraph.cs
- XmlSchemaValidationException.cs
- XmlSchemaDatatype.cs
- ZipIORawDataFileBlock.cs
- RegisteredHiddenField.cs
- RequestQueryParser.cs
- SystemDropShadowChrome.cs
- Compiler.cs
- XmlSignatureProperties.cs
- ScrollBarRenderer.cs
- OrderedEnumerableRowCollection.cs
- GlobalEventManager.cs
- XmlSchema.cs
- TraceSection.cs
- DefaultBindingPropertyAttribute.cs
- MemoryStream.cs
- Pkcs7Signer.cs
- ContractNamespaceAttribute.cs
- CacheOutputQuery.cs
- ListViewItemSelectionChangedEvent.cs
- TerminatorSinks.cs
- DocumentReferenceCollection.cs
- BitmapEffectDrawingContent.cs
- ItemCheckEvent.cs
- WSUtilitySpecificationVersion.cs
- SqlDataSourceView.cs
- ChangeTracker.cs
- DiagnosticTrace.cs
- CodeAttributeDeclaration.cs
- BinHexEncoder.cs
- DispatcherEventArgs.cs