Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlAnyElementAttributes.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InitializationEventAttribute.cs
- DispatcherHooks.cs
- EntityDataSourceDesigner.cs
- Win32PrintDialog.cs
- IteratorFilter.cs
- SafeArrayTypeMismatchException.cs
- StatusBarDrawItemEvent.cs
- HttpFileCollection.cs
- WpfSharedXamlSchemaContext.cs
- DoubleLinkListEnumerator.cs
- FontFamilyValueSerializer.cs
- DataGridViewSelectedColumnCollection.cs
- TimerEventSubscriptionCollection.cs
- XPathNodeList.cs
- Subset.cs
- FileController.cs
- ListViewContainer.cs
- DataServiceHost.cs
- PreviewKeyDownEventArgs.cs
- PowerModeChangedEventArgs.cs
- RegexCompiler.cs
- XPathScanner.cs
- ResourceCategoryAttribute.cs
- RotationValidation.cs
- DesignOnlyAttribute.cs
- ConcurrentDictionary.cs
- MinimizableAttributeTypeConverter.cs
- ContentValidator.cs
- CacheDependency.cs
- CompositionAdorner.cs
- OracleRowUpdatedEventArgs.cs
- BoundPropertyEntry.cs
- SmiMetaDataProperty.cs
- MissingMethodException.cs
- GenericTypeParameterBuilder.cs
- SessionParameter.cs
- ComponentResourceManager.cs
- DependencyPropertyConverter.cs
- XmlChildEnumerator.cs
- StringConverter.cs
- RtfToken.cs
- RegisteredDisposeScript.cs
- SessionStateContainer.cs
- InternalsVisibleToAttribute.cs
- FontFamilyConverter.cs
- ButtonDesigner.cs
- RecordsAffectedEventArgs.cs
- EntityTemplateFactory.cs
- RegexMatch.cs
- LinqDataView.cs
- DesignTimeXamlWriter.cs
- SerTrace.cs
- SendingRequestEventArgs.cs
- HelloMessageApril2005.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ProcessHostFactoryHelper.cs
- CompositeKey.cs
- ChameleonKey.cs
- DataGridRow.cs
- XamlPoint3DCollectionSerializer.cs
- WebServiceResponse.cs
- SqlDataSourceStatusEventArgs.cs
- ConfigurationException.cs
- SamlSubjectStatement.cs
- ComplexPropertyEntry.cs
- PeerCollaboration.cs
- CommandBindingCollection.cs
- XmlNamespaceMapping.cs
- StorageBasedPackageProperties.cs
- AssertFilter.cs
- FlowLayoutSettings.cs
- SpellCheck.cs
- FormsAuthenticationModule.cs
- SQLInt16Storage.cs
- CodeValidator.cs
- LessThan.cs
- SystemPens.cs
- QueueProcessor.cs
- XmlSerializerOperationGenerator.cs
- FileReader.cs
- CompoundFileIOPermission.cs
- Vector3DValueSerializer.cs
- Descriptor.cs
- FragmentQueryKB.cs
- DayRenderEvent.cs
- X509ChainPolicy.cs
- TextServicesDisplayAttribute.cs
- BindingBase.cs
- APCustomTypeDescriptor.cs
- PolyLineSegment.cs
- FormCollection.cs
- SqlSelectClauseBuilder.cs
- StringSorter.cs
- CustomAttribute.cs
- ComboBox.cs
- XmlnsCache.cs
- UIPropertyMetadata.cs
- HttpModulesSection.cs
- counter.cs
- BindingElementExtensionElement.cs