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
- SByteConverter.cs
- ColorTransformHelper.cs
- TableRowGroup.cs
- CachedCompositeFamily.cs
- ReadOnlyTernaryTree.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- Page.cs
- PersistenceProviderBehavior.cs
- Clause.cs
- DesignerHost.cs
- ProtocolsConfigurationEntry.cs
- EventRoute.cs
- DetailsViewRowCollection.cs
- Transform.cs
- DataFieldEditor.cs
- ThreadBehavior.cs
- ObjectItemAssemblyLoader.cs
- ResourceDictionary.cs
- DataPagerCommandEventArgs.cs
- DataGridCaption.cs
- TemplateControl.cs
- DataSourceXmlSubItemAttribute.cs
- ExtensibleClassFactory.cs
- UnsafeNativeMethods.cs
- PageAsyncTask.cs
- BuildManagerHost.cs
- ListViewInsertionMark.cs
- MULTI_QI.cs
- MouseActionConverter.cs
- _LocalDataStoreMgr.cs
- DataGridCheckBoxColumn.cs
- VirtualizedCellInfoCollection.cs
- FloaterBaseParagraph.cs
- CngProperty.cs
- MergeFilterQuery.cs
- ToolStripDropDownItem.cs
- TaskDesigner.cs
- XmlnsDefinitionAttribute.cs
- Adorner.cs
- CalendarButtonAutomationPeer.cs
- HttpListenerElement.cs
- Vector3DValueSerializer.cs
- ParserExtension.cs
- TraceInternal.cs
- Bezier.cs
- IpcClientManager.cs
- StorageFunctionMapping.cs
- CompositeDispatchFormatter.cs
- ConfigurationLocation.cs
- TraceHandler.cs
- UrlMapping.cs
- Html32TextWriter.cs
- DataGridViewColumnEventArgs.cs
- TokenFactoryFactory.cs
- CultureSpecificStringDictionary.cs
- HiddenFieldPageStatePersister.cs
- BuildProvider.cs
- EntityClientCacheEntry.cs
- ChameleonKey.cs
- HotSpotCollection.cs
- Binding.cs
- DocumentViewerHelper.cs
- FixedSOMImage.cs
- WmlListAdapter.cs
- ContractCodeDomInfo.cs
- Filter.cs
- GlobalEventManager.cs
- BooleanConverter.cs
- ReturnEventArgs.cs
- COSERVERINFO.cs
- SettingsAttributeDictionary.cs
- AliasedSlot.cs
- PrintDialogException.cs
- ParserExtension.cs
- ProfileEventArgs.cs
- shaperfactory.cs
- ConfigurationValidatorAttribute.cs
- DispatcherExceptionEventArgs.cs
- SplitterPanelDesigner.cs
- CapacityStreamGeometryContext.cs
- XmlMembersMapping.cs
- HtmlDocument.cs
- ParseElementCollection.cs
- CapiHashAlgorithm.cs
- TdsParameterSetter.cs
- ExpressionValueEditor.cs
- OdbcHandle.cs
- PngBitmapDecoder.cs
- CompilerScopeManager.cs
- OutputCacheModule.cs
- ValidationPropertyAttribute.cs
- XsltQilFactory.cs
- BoundPropertyEntry.cs
- FileDetails.cs
- IChannel.cs
- XmlDataSourceView.cs
- WindowsTreeView.cs
- ConnectionsZoneDesigner.cs
- LinearGradientBrush.cs
- LayoutSettings.cs