Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ManagedFilter.cs
- PolicyChain.cs
- Model3D.cs
- GB18030Encoding.cs
- DataGridHelper.cs
- MemberDescriptor.cs
- WpfGeneratedKnownTypes.cs
- SoapHeaderException.cs
- SafeFileHandle.cs
- DataControlField.cs
- BufferModeSettings.cs
- WebReference.cs
- EmptyControlCollection.cs
- InstanceNotReadyException.cs
- Separator.cs
- PointLight.cs
- GenerateTemporaryAssemblyTask.cs
- Debug.cs
- DependencyObject.cs
- DtcInterfaces.cs
- GC.cs
- DataMemberFieldEditor.cs
- ShadowGlyph.cs
- SizeAnimationBase.cs
- ThreadSafeList.cs
- indexingfiltermarshaler.cs
- DependentList.cs
- StickyNoteHelper.cs
- XsltConvert.cs
- GorillaCodec.cs
- XmlSortKey.cs
- HttpCachePolicy.cs
- TimeoutTimer.cs
- CommandID.cs
- TagNameToTypeMapper.cs
- ListViewCancelEventArgs.cs
- TemplatePagerField.cs
- ValidateNames.cs
- LocalFileSettingsProvider.cs
- BreakRecordTable.cs
- StubHelpers.cs
- BitmapImage.cs
- NamedPermissionSet.cs
- StringBuilder.cs
- ErrorView.xaml.cs
- LinqDataSourceView.cs
- Cloud.cs
- VirtualPath.cs
- MatrixStack.cs
- GeometryHitTestResult.cs
- CodePropertyReferenceExpression.cs
- Preprocessor.cs
- TreeNodeBindingDepthConverter.cs
- ResXResourceWriter.cs
- Adorner.cs
- WarningException.cs
- DbConnectionStringBuilder.cs
- WebPartTransformerCollection.cs
- BaseProcessor.cs
- ConnectionStringsExpressionBuilder.cs
- ClientBuildManager.cs
- RectValueSerializer.cs
- StaticDataManager.cs
- OdbcErrorCollection.cs
- WebHostedComPlusServiceHost.cs
- DiscoveryClientChannelBase.cs
- AssertUtility.cs
- DataRowComparer.cs
- RegisteredScript.cs
- ModelUIElement3D.cs
- UnrecognizedPolicyAssertionElement.cs
- DataGridViewRowCancelEventArgs.cs
- MetadataCollection.cs
- FixedTextBuilder.cs
- TextBounds.cs
- ChannelServices.cs
- InstanceKeyCompleteException.cs
- StartUpEventArgs.cs
- AutoGeneratedField.cs
- Rotation3D.cs
- EncryptedType.cs
- RectConverter.cs
- DataGridViewCellPaintingEventArgs.cs
- StateValidator.cs
- ListenerElementsCollection.cs
- IntSecurity.cs
- ProvidersHelper.cs
- X509Certificate2.cs
- PackagePart.cs
- ConfigDefinitionUpdates.cs
- StrongNameKeyPair.cs
- Timer.cs
- SocketAddress.cs
- ToolStripScrollButton.cs
- __Filters.cs
- RuleAttributes.cs
- WpfKnownType.cs
- WebCategoryAttribute.cs
- CheckBoxField.cs
- CatalogPartCollection.cs