Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- UnsafeNativeMethods.cs
- AdjustableArrowCap.cs
- TemplateColumn.cs
- TemplateBindingExtensionConverter.cs
- ConstraintConverter.cs
- BookmarkNameHelper.cs
- cache.cs
- SystemDropShadowChrome.cs
- MinimizableAttributeTypeConverter.cs
- NameNode.cs
- SymmetricAlgorithm.cs
- BinaryNode.cs
- TextBox.cs
- ClientProxyGenerator.cs
- KeyPressEvent.cs
- CompileXomlTask.cs
- ContentControl.cs
- Point4DValueSerializer.cs
- GAC.cs
- FixedSOMTable.cs
- BoundPropertyEntry.cs
- IDispatchConstantAttribute.cs
- ObjectSet.cs
- InvokerUtil.cs
- FunctionDetailsReader.cs
- FormsAuthenticationConfiguration.cs
- InputLanguageSource.cs
- KeyValueSerializer.cs
- TransformValueSerializer.cs
- Line.cs
- SessionStateModule.cs
- HtmlElementErrorEventArgs.cs
- VerticalAlignConverter.cs
- ContentElement.cs
- TypeDependencyAttribute.cs
- PrefixQName.cs
- InfoCardService.cs
- ThreadStaticAttribute.cs
- PersistenceProviderFactory.cs
- HtmlInputRadioButton.cs
- OleDbReferenceCollection.cs
- UIElement.cs
- CopyAttributesAction.cs
- ContactManager.cs
- RuntimeArgumentHandle.cs
- PointAnimation.cs
- MatrixStack.cs
- DocumentReferenceCollection.cs
- ServicePointManager.cs
- LineSegment.cs
- XmlDocumentSurrogate.cs
- SqlDataReaderSmi.cs
- NameValueConfigurationElement.cs
- LinqDataSourceView.cs
- VariableDesigner.xaml.cs
- TreeBuilderBamlTranslator.cs
- PathTooLongException.cs
- RequestResizeEvent.cs
- AssociationTypeEmitter.cs
- SerialStream.cs
- CoTaskMemHandle.cs
- HyperLink.cs
- ADMembershipUser.cs
- InvalidEnumArgumentException.cs
- DescendantBaseQuery.cs
- TreePrinter.cs
- DataListItemEventArgs.cs
- StylusPointCollection.cs
- ManagementObjectCollection.cs
- Table.cs
- DataContract.cs
- ProxyElement.cs
- StringValidator.cs
- CompilerResults.cs
- AuthenticationService.cs
- ACE.cs
- FontStyle.cs
- SecurityTokenRequirement.cs
- DataSourceComponent.cs
- NavigatingCancelEventArgs.cs
- BaseParaClient.cs
- ConfigXmlWhitespace.cs
- UnsafeNativeMethods.cs
- TextEffectCollection.cs
- WmiEventSink.cs
- ProcessProtocolHandler.cs
- MexHttpBindingCollectionElement.cs
- _ListenerAsyncResult.cs
- RolePrincipal.cs
- NotEqual.cs
- UserControl.cs
- RelationshipDetailsCollection.cs
- GiveFeedbackEvent.cs
- SQLDecimalStorage.cs
- EventHandlerList.cs
- DataGridColumnStyleMappingNameEditor.cs
- ItemList.cs
- DecoderReplacementFallback.cs
- UserControlCodeDomTreeGenerator.cs
- ExpressionBinding.cs