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
- TransformerInfo.cs
- RankException.cs
- grammarelement.cs
- BufferBuilder.cs
- CodeMemberField.cs
- ProfilePropertySettingsCollection.cs
- WindowsGraphics.cs
- HtmlInputReset.cs
- FigureParagraph.cs
- FieldCollectionEditor.cs
- ContainerUtilities.cs
- FontDifferentiator.cs
- FileAccessException.cs
- Metafile.cs
- MiniConstructorInfo.cs
- ConfigXmlText.cs
- RepeaterCommandEventArgs.cs
- ParagraphResult.cs
- ZipIOLocalFileDataDescriptor.cs
- ContentControl.cs
- ApplicationException.cs
- TreeIterator.cs
- QueryOperationResponseOfT.cs
- NavigationExpr.cs
- CachedTypeface.cs
- CategoriesDocument.cs
- HistoryEventArgs.cs
- EasingKeyFrames.cs
- DataGridParentRows.cs
- ModuleConfigurationInfo.cs
- ElapsedEventArgs.cs
- DataGridViewCellEventArgs.cs
- EdmFunction.cs
- CompoundFileReference.cs
- SizeAnimationBase.cs
- StreamUpdate.cs
- DataRowChangeEvent.cs
- CompensableActivity.cs
- ProcessThread.cs
- AudioBase.cs
- XmlReader.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- CookielessHelper.cs
- ResourceManager.cs
- XmlnsDictionary.cs
- QueryCursorEventArgs.cs
- XPathNodeInfoAtom.cs
- DataConnectionHelper.cs
- ComPlusServiceLoader.cs
- HashCryptoHandle.cs
- OperationCanceledException.cs
- HashCoreRequest.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebScriptClientGenerator.cs
- MachineKeySection.cs
- CompositeFontParser.cs
- BmpBitmapDecoder.cs
- StreamGeometry.cs
- GenericsInstances.cs
- PrintEvent.cs
- NonClientArea.cs
- SqlHelper.cs
- BrowserDefinitionCollection.cs
- Section.cs
- EncoderReplacementFallback.cs
- SafeBitVector32.cs
- ScrollEventArgs.cs
- InvalidCastException.cs
- HttpHeaderCollection.cs
- Control.cs
- EditCommandColumn.cs
- PathNode.cs
- TypeDelegator.cs
- ViewStateException.cs
- MethodAccessException.cs
- LinkedResourceCollection.cs
- CustomCategoryAttribute.cs
- UnsafeNativeMethods.cs
- LinearGradientBrush.cs
- MenuItemCollection.cs
- IntegerFacetDescriptionElement.cs
- WebConfigurationManager.cs
- GeometryModel3D.cs
- ExchangeUtilities.cs
- ParamArrayAttribute.cs
- SafeNativeMethods.cs
- PerfService.cs
- ViewgenContext.cs
- CornerRadius.cs
- SchemaInfo.cs
- ToolStripDropDownItem.cs
- StyleSelector.cs
- HyperLinkColumn.cs
- SpnegoTokenProvider.cs
- EncodingInfo.cs
- WebPartsSection.cs
- XmlSchemaAnnotation.cs
- ColumnResizeAdorner.cs
- SoundPlayerAction.cs
- ByteStreamMessageEncoderFactory.cs