Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1 / 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
- DataColumn.cs
- Dump.cs
- XmlSchemaCompilationSettings.cs
- SqlCacheDependencySection.cs
- MsdtcWrapper.cs
- XmlUrlResolver.cs
- StreamReader.cs
- AutoCompleteStringCollection.cs
- SapiGrammar.cs
- SingleAnimation.cs
- HwndSourceParameters.cs
- HtmlTableCellCollection.cs
- BaseCodePageEncoding.cs
- Converter.cs
- TdsParserSessionPool.cs
- ObjectStateFormatter.cs
- ParserHooks.cs
- DynamicILGenerator.cs
- dbdatarecord.cs
- WriteFileContext.cs
- InProcStateClientManager.cs
- TracedNativeMethods.cs
- PenThread.cs
- InvalidOleVariantTypeException.cs
- ProcessHost.cs
- ComponentResourceManager.cs
- AnimationTimeline.cs
- MobileControlsSectionHandler.cs
- Inflater.cs
- StrokeNodeData.cs
- FloaterParaClient.cs
- HttpValueCollection.cs
- TrustManagerPromptUI.cs
- BindableTemplateBuilder.cs
- PropertyMapper.cs
- Cursors.cs
- BinHexEncoder.cs
- Color.cs
- ObjectHandle.cs
- SqlDataSourceQueryEditor.cs
- ProxyAttribute.cs
- ResourceReader.cs
- NativeMethods.cs
- Freezable.cs
- OdbcInfoMessageEvent.cs
- WorkflowViewService.cs
- XamlInt32CollectionSerializer.cs
- Rect3DConverter.cs
- SvcMapFile.cs
- ListViewItemSelectionChangedEvent.cs
- ISAPIRuntime.cs
- BaseDataListActionList.cs
- SafeNativeMethods.cs
- dtdvalidator.cs
- PrintController.cs
- DSASignatureFormatter.cs
- BasicDesignerLoader.cs
- SecurityUniqueId.cs
- WebResourceAttribute.cs
- HttpInputStream.cs
- TreeViewDesigner.cs
- NavigationPropertyEmitter.cs
- EventRouteFactory.cs
- ToolStripSplitStackLayout.cs
- XPathExpr.cs
- CursorInteropHelper.cs
- ValueTypeFixupInfo.cs
- GreenMethods.cs
- HttpTransportSecurity.cs
- CacheAxisQuery.cs
- Scene3D.cs
- WebDisplayNameAttribute.cs
- MultiSelectRootGridEntry.cs
- Vector3D.cs
- XmlNamespaceDeclarationsAttribute.cs
- mda.cs
- WorkItem.cs
- CodeNamespaceImportCollection.cs
- XmlAnyElementAttribute.cs
- AmbientValueAttribute.cs
- ListViewSelectEventArgs.cs
- AdRotator.cs
- RouteValueDictionary.cs
- SystemIPGlobalProperties.cs
- GridView.cs
- TextBoxRenderer.cs
- LocalTransaction.cs
- PageBreakRecord.cs
- _NestedSingleAsyncResult.cs
- BoundingRectTracker.cs
- LinqToSqlWrapper.cs
- SystemWebCachingSectionGroup.cs
- XamlInt32CollectionSerializer.cs
- DataGridViewRow.cs
- SymbolEqualComparer.cs
- WriteableBitmap.cs
- FileFormatException.cs
- COSERVERINFO.cs
- UniqueConstraint.cs
- DataGridTableCollection.cs