Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlElementAttributes.cs / 1305376 / 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
- WebBrowsableAttribute.cs
- IProvider.cs
- WSSecurityPolicy.cs
- ProxyRpc.cs
- LinkDesigner.cs
- HttpInputStream.cs
- FigureHelper.cs
- HttpHandlerActionCollection.cs
- SystemResourceKey.cs
- Ops.cs
- AliasGenerator.cs
- ViewLoader.cs
- CommandCollectionEditor.cs
- PeerValidationBehavior.cs
- SqlDataSource.cs
- ClientSettingsStore.cs
- NavigationEventArgs.cs
- MachineKeyConverter.cs
- CodeDelegateInvokeExpression.cs
- EnvironmentPermission.cs
- DataAccessor.cs
- XmlProcessingInstruction.cs
- Char.cs
- SchemaTypeEmitter.cs
- SafeNativeMethodsCLR.cs
- IPipelineRuntime.cs
- MarkupCompiler.cs
- TextChangedEventArgs.cs
- CodeGotoStatement.cs
- PrinterSettings.cs
- Avt.cs
- PeerChannelListener.cs
- XmlCodeExporter.cs
- FixedPageProcessor.cs
- SecurityToken.cs
- LineBreak.cs
- OutKeywords.cs
- GradientStop.cs
- TextServicesCompartmentEventSink.cs
- SystemEvents.cs
- Stackframe.cs
- RunInstallerAttribute.cs
- PipelineComponent.cs
- QueueException.cs
- ImageList.cs
- CompilerError.cs
- StorageTypeMapping.cs
- DataListItemCollection.cs
- WeakEventTable.cs
- OutputCacheEntry.cs
- EntityDataSourceUtil.cs
- AtomPub10ServiceDocumentFormatter.cs
- MessagingActivityHelper.cs
- EnumBuilder.cs
- AccessKeyManager.cs
- DataContractSerializerOperationGenerator.cs
- UIElementParagraph.cs
- EnumBuilder.cs
- AbstractDataSvcMapFileLoader.cs
- Hex.cs
- PermissionSetTriple.cs
- DataKey.cs
- PrePrepareMethodAttribute.cs
- CodeComment.cs
- BaseParaClient.cs
- InternalConfigConfigurationFactory.cs
- Pool.cs
- TagNameToTypeMapper.cs
- MaskedTextBox.cs
- MgmtConfigurationRecord.cs
- XsltInput.cs
- OutputScope.cs
- Constraint.cs
- DataGridViewLinkColumn.cs
- BufferAllocator.cs
- TypeNameConverter.cs
- mediaclock.cs
- BrowserTree.cs
- BatchParser.cs
- DocumentXPathNavigator.cs
- StateMachineWorkflow.cs
- StrokeFIndices.cs
- WorkflowInstanceQuery.cs
- CapabilitiesAssignment.cs
- RecordBuilder.cs
- QilXmlWriter.cs
- RelatedPropertyManager.cs
- TextChangedEventArgs.cs
- DataViewSetting.cs
- ValuePattern.cs
- CodeAttributeDeclarationCollection.cs
- LocalizationParserHooks.cs
- Crc32Helper.cs
- SingleAnimation.cs
- TextStore.cs
- MultitargetingHelpers.cs
- AsyncPostBackErrorEventArgs.cs
- DurableEnlistmentState.cs
- DecoratedNameAttribute.cs
- BindValidationContext.cs