Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlElementAttributes.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContentFilePart.cs
- ActivityCodeDomSerializer.cs
- TextOutput.cs
- SqlDataSourceConfigureFilterForm.cs
- FillErrorEventArgs.cs
- ImpersonationContext.cs
- HttpCapabilitiesSectionHandler.cs
- ValidationPropertyAttribute.cs
- FrameDimension.cs
- HttpWriter.cs
- CellCreator.cs
- LiteralLink.cs
- bindurihelper.cs
- WebPartDisplayMode.cs
- GlyphElement.cs
- InternalBufferOverflowException.cs
- DataProviderNameConverter.cs
- Sql8ExpressionRewriter.cs
- XPathNavigatorReader.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- TextServicesLoader.cs
- EventDescriptor.cs
- BamlWriter.cs
- CodeTypeDeclaration.cs
- WebReference.cs
- DocumentViewerBase.cs
- QuarticEase.cs
- DataGridViewDesigner.cs
- SamlAuthorizationDecisionStatement.cs
- HyperLinkColumn.cs
- RawStylusInputCustomData.cs
- OrderByBuilder.cs
- ActiveXHelper.cs
- exports.cs
- ThicknessAnimationBase.cs
- ToolBarButton.cs
- DiscoveryClientProtocol.cs
- TreeNodeClickEventArgs.cs
- SchemeSettingElementCollection.cs
- SimpleLine.cs
- HwndProxyElementProvider.cs
- Rotation3D.cs
- ReflectionUtil.cs
- DataGridViewColumnEventArgs.cs
- Function.cs
- ComplexLine.cs
- RoutingChannelExtension.cs
- DashStyle.cs
- RoleManagerModule.cs
- DrawingContext.cs
- IDReferencePropertyAttribute.cs
- Selector.cs
- RenameRuleObjectDialog.cs
- CodeTypeParameterCollection.cs
- FloaterParagraph.cs
- RowToFieldTransformer.cs
- tooltip.cs
- XmlAnyAttributeAttribute.cs
- HttpGetClientProtocol.cs
- XmlSchemaDocumentation.cs
- AliasedSlot.cs
- ICspAsymmetricAlgorithm.cs
- ServicePointManager.cs
- DesigntimeLicenseContext.cs
- SchemaObjectWriter.cs
- TouchDevice.cs
- ObjectListFieldsPage.cs
- recordstatescratchpad.cs
- prompt.cs
- IfElseDesigner.xaml.cs
- SplitterEvent.cs
- XmlReflectionMember.cs
- Keyboard.cs
- HttpCacheVaryByContentEncodings.cs
- LOSFormatter.cs
- CompositeScriptReference.cs
- ToolStripItemRenderEventArgs.cs
- DefaultValueTypeConverter.cs
- XmlSerializationWriter.cs
- AnonymousIdentificationModule.cs
- DefaultValidator.cs
- UITypeEditor.cs
- ColumnHeader.cs
- Privilege.cs
- KerberosTicketHashIdentifierClause.cs
- PartBasedPackageProperties.cs
- TextElementEnumerator.cs
- SystemDropShadowChrome.cs
- ControlPropertyNameConverter.cs
- PointCollection.cs
- SpanIndex.cs
- LinqDataSourceValidationException.cs
- NumberFormatter.cs
- EventDescriptorCollection.cs
- RewritingPass.cs
- ResourceDefaultValueAttribute.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- __ConsoleStream.cs
- ControlAdapter.cs
- DataServicePagingProviderWrapper.cs