Code:
/ DotNET / DotNET / 8.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
- XmlSchemaInfo.cs
- UnsafeNativeMethods.cs
- LockCookie.cs
- CookieParameter.cs
- XmlSchemaAnyAttribute.cs
- PerfService.cs
- UIElement3D.cs
- SystemGatewayIPAddressInformation.cs
- CommandTreeTypeHelper.cs
- RtfControlWordInfo.cs
- SocketElement.cs
- WebPartEditVerb.cs
- DataGridViewUtilities.cs
- InputEventArgs.cs
- DragEvent.cs
- _AutoWebProxyScriptHelper.cs
- Baml2006SchemaContext.cs
- DataGridBoolColumn.cs
- NamedPermissionSet.cs
- XmlConverter.cs
- DataSysAttribute.cs
- UnsafeNativeMethodsPenimc.cs
- TextRangeProviderWrapper.cs
- StructureChangedEventArgs.cs
- RegexCharClass.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ListChunk.cs
- StreamWithDictionary.cs
- SimpleWebHandlerParser.cs
- RowsCopiedEventArgs.cs
- CategoriesDocument.cs
- SetStoryboardSpeedRatio.cs
- XmlValueConverter.cs
- Location.cs
- DecimalStorage.cs
- ComponentCommands.cs
- DodSequenceMerge.cs
- HeaderedItemsControl.cs
- ObjectResult.cs
- NamespaceList.cs
- PerformanceCounters.cs
- PropertyKey.cs
- DecimalAnimationBase.cs
- Vector.cs
- TreeWalkHelper.cs
- SmtpNtlmAuthenticationModule.cs
- VersionedStreamOwner.cs
- Stylus.cs
- RegistryKey.cs
- XmlSchemaObjectCollection.cs
- DoubleConverter.cs
- FormatSettings.cs
- ExtensionSimplifierMarkupObject.cs
- VerificationAttribute.cs
- input.cs
- HtmlShimManager.cs
- DiscreteKeyFrames.cs
- GotoExpression.cs
- LicenseContext.cs
- DataGridTableCollection.cs
- TreeNodeStyleCollectionEditor.cs
- SortDescriptionCollection.cs
- SystemIPGlobalStatistics.cs
- ListViewAutomationPeer.cs
- ColumnResizeUndoUnit.cs
- DbSourceParameterCollection.cs
- sqlnorm.cs
- ContractCodeDomInfo.cs
- TableCellCollection.cs
- HwndSourceParameters.cs
- ReferenceTypeElement.cs
- ConstructorArgumentAttribute.cs
- TransformerTypeCollection.cs
- ReadOnlyAttribute.cs
- UniqueCodeIdentifierScope.cs
- Attributes.cs
- SelectedDatesCollection.cs
- C14NUtil.cs
- isolationinterop.cs
- SafeNativeMethods.cs
- BreakRecordTable.cs
- BamlWriter.cs
- UnionCqlBlock.cs
- SqlRowUpdatedEvent.cs
- ResourcePart.cs
- GeneralTransform.cs
- FormView.cs
- IResourceProvider.cs
- unitconverter.cs
- NavigatorInput.cs
- EventLog.cs
- DateTimeConstantAttribute.cs
- QuaternionAnimation.cs
- DataControlFieldCollection.cs
- MetadataExchangeClient.cs
- TextEditorSelection.cs
- ServiceHttpModule.cs
- XamlStyleSerializer.cs
- safelinkcollection.cs
- DataBindingList.cs