Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlElementAttributes.cs / 1 / XmlElementAttributes.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 XmlElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlElementAttribute this[int index] { get { return (XmlElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlElementAttribute[] 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 XmlElementAttributes : CollectionBase { ///[To be supplied.] ////// /// public XmlElementAttribute this[int index] { get { return (XmlElementAttribute)List[index]; } set { List[index] = value; } } ///[To be supplied.] ////// /// public int Add(XmlElementAttribute attribute) { return List.Add(attribute); } ///[To be supplied.] ////// /// public void Insert(int index, XmlElementAttribute attribute) { List.Insert(index, attribute); } ///[To be supplied.] ////// /// public int IndexOf(XmlElementAttribute attribute) { return List.IndexOf(attribute); } ///[To be supplied.] ////// /// public bool Contains(XmlElementAttribute attribute) { return List.Contains(attribute); } ///[To be supplied.] ////// /// public void Remove(XmlElementAttribute attribute) { List.Remove(attribute); } ///[To be supplied.] ////// /// public void CopyTo(XmlElementAttribute[] 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
- ToolStripContentPanelDesigner.cs
- Variable.cs
- Container.cs
- ImpersonationContext.cs
- BitmapEffectGeneralTransform.cs
- PriorityChain.cs
- ContentElement.cs
- WhitespaceRuleReader.cs
- XNodeValidator.cs
- ListViewInsertionMark.cs
- NamespaceDecl.cs
- DispatcherObject.cs
- ControlCollection.cs
- ReadOnlyDataSource.cs
- CookielessHelper.cs
- ContextMenuStrip.cs
- InvokePattern.cs
- Msmq4SubqueuePoisonHandler.cs
- WebPartUserCapability.cs
- BinaryUtilClasses.cs
- TimeSpanValidatorAttribute.cs
- DynamicFilterExpression.cs
- FixedSOMSemanticBox.cs
- MarshalByValueComponent.cs
- RoutedCommand.cs
- WebServiceErrorEvent.cs
- PrivateFontCollection.cs
- ApplicationSettingsBase.cs
- XmlSerializerVersionAttribute.cs
- QueryStoreStatusRequest.cs
- DbParameterHelper.cs
- EntityConnectionStringBuilder.cs
- Normalization.cs
- UrlPath.cs
- QuaternionConverter.cs
- EntityStoreSchemaFilterEntry.cs
- ContentDisposition.cs
- CustomError.cs
- Facet.cs
- RectangleGeometry.cs
- ListControl.cs
- ScrollPattern.cs
- diagnosticsswitches.cs
- QueryResponse.cs
- ButtonChrome.cs
- SiteMapSection.cs
- RightsManagementEncryptionTransform.cs
- Camera.cs
- NavigatorInput.cs
- ToolZone.cs
- ChtmlTextBoxAdapter.cs
- Site.cs
- CodeAttributeArgumentCollection.cs
- SQLBinary.cs
- SQLSingleStorage.cs
- QueryOperationResponseOfT.cs
- ListViewContainer.cs
- JpegBitmapEncoder.cs
- DataListItemEventArgs.cs
- HttpDictionary.cs
- CategoryAttribute.cs
- CodeVariableDeclarationStatement.cs
- TdsParserStateObject.cs
- DataGridViewComboBoxCell.cs
- BaseAsyncResult.cs
- PagedDataSource.cs
- Trace.cs
- LocatorBase.cs
- LabelLiteral.cs
- Transform.cs
- DataServiceQuery.cs
- PropertyPath.cs
- DateTimeSerializationSection.cs
- IteratorDescriptor.cs
- LogStore.cs
- AvTraceDetails.cs
- Verify.cs
- SqlDependencyListener.cs
- UnmanagedMarshal.cs
- PolicyAssertionCollection.cs
- FastEncoder.cs
- WorkItem.cs
- ContainerAction.cs
- QilNode.cs
- MouseGestureValueSerializer.cs
- ApplicationException.cs
- PersonalizationEntry.cs
- SaveFileDialog.cs
- DataSourceCacheDurationConverter.cs
- CacheMemory.cs
- OutputCacheSettings.cs
- HttpCacheParams.cs
- TokenFactoryFactory.cs
- DependencyObject.cs
- GenericTextProperties.cs
- NullableFloatMinMaxAggregationOperator.cs
- ImageKeyConverter.cs
- AVElementHelper.cs
- ViewSimplifier.cs
- XmlObjectSerializerContext.cs