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
- XmlFormatWriterGenerator.cs
- DeleteWorkflowOwnerCommand.cs
- SmiContext.cs
- ExponentialEase.cs
- UserThread.cs
- ExpressionBuilderContext.cs
- RenderData.cs
- TraceProvider.cs
- Root.cs
- XPathScanner.cs
- InternalBufferOverflowException.cs
- EntityContainerEntitySet.cs
- ConnectionPointCookie.cs
- TypeTypeConverter.cs
- ChildChangedEventArgs.cs
- RoutedEvent.cs
- StyleCollection.cs
- fixedPageContentExtractor.cs
- ContentDisposition.cs
- Thickness.cs
- NetCodeGroup.cs
- Splitter.cs
- RegularExpressionValidator.cs
- ButtonBaseAutomationPeer.cs
- EmbeddedMailObject.cs
- InputDevice.cs
- __ComObject.cs
- AppDomainProtocolHandler.cs
- FormViewInsertedEventArgs.cs
- HtmlInputImage.cs
- AssemblyFilter.cs
- OpacityConverter.cs
- AspProxy.cs
- XmlLanguageConverter.cs
- AnimationLayer.cs
- documentsequencetextcontainer.cs
- Filter.cs
- WebPartEventArgs.cs
- RegexWriter.cs
- BitmapDownload.cs
- DataGridViewSelectedCellCollection.cs
- SystemInformation.cs
- FileDialog_Vista_Interop.cs
- SchemaTableColumn.cs
- ProxyHelper.cs
- PhysicalFontFamily.cs
- StylusPlugInCollection.cs
- ToolStripItem.cs
- ViewCellSlot.cs
- PhysicalAddress.cs
- TimeSpanConverter.cs
- HashHelpers.cs
- CreateUserWizard.cs
- DbgCompiler.cs
- XslAstAnalyzer.cs
- CodeSnippetTypeMember.cs
- Wildcard.cs
- GroupBox.cs
- FormatConvertedBitmap.cs
- RectangleConverter.cs
- DiscoveryClientRequestChannel.cs
- DataGridViewColumnEventArgs.cs
- FileUpload.cs
- GridErrorDlg.cs
- PageThemeParser.cs
- EntityDataSourceWrapperCollection.cs
- HttpProfileBase.cs
- QilValidationVisitor.cs
- RTTrackingProfile.cs
- CodeDefaultValueExpression.cs
- CodePropertyReferenceExpression.cs
- DecimalAnimation.cs
- PreparingEnlistment.cs
- DataObjectFieldAttribute.cs
- PathFigureCollection.cs
- OneOfTypeConst.cs
- MetadataCache.cs
- CompositeTypefaceMetrics.cs
- errorpatternmatcher.cs
- PropertyFilterAttribute.cs
- EntityType.cs
- FixedPageAutomationPeer.cs
- TextAnchor.cs
- RelativeSource.cs
- TransformPattern.cs
- ResourceContainer.cs
- IsolatedStorage.cs
- filewebrequest.cs
- BindingExpression.cs
- CultureInfoConverter.cs
- Dispatcher.cs
- WebMethodAttribute.cs
- RtfNavigator.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- ObjectConverter.cs
- HttpStreamMessageEncoderFactory.cs
- File.cs
- PersonalizationStateInfo.cs
- TCPListener.cs
- DownloadProgressEventArgs.cs