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
- WebPartZone.cs
- DefaultTextStore.cs
- Completion.cs
- CatalogZoneBase.cs
- ProxyManager.cs
- Win32.cs
- LabelAutomationPeer.cs
- ExecutionContext.cs
- DefaultPrintController.cs
- DbDataRecord.cs
- Light.cs
- Icon.cs
- AttributeAction.cs
- HttpStreamMessageEncoderFactory.cs
- ControlDesigner.cs
- Scene3D.cs
- RNGCryptoServiceProvider.cs
- ColorAnimation.cs
- FastEncoder.cs
- XmlArrayAttribute.cs
- WebUtil.cs
- FormsAuthenticationUserCollection.cs
- SqlClientPermission.cs
- StringDictionary.cs
- ReferenceSchema.cs
- StringFreezingAttribute.cs
- BitmapEffectCollection.cs
- TemplateComponentConnector.cs
- TimeoutTimer.cs
- XPathNavigatorReader.cs
- BulletChrome.cs
- ScrollProviderWrapper.cs
- StructuredCompositeActivityDesigner.cs
- MdImport.cs
- UnaryOperationBinder.cs
- PropertyGridCommands.cs
- OdbcRowUpdatingEvent.cs
- SecurityPolicySection.cs
- XmlSchemaSimpleType.cs
- HostProtectionException.cs
- CachedCompositeFamily.cs
- Helpers.cs
- XmlQueryRuntime.cs
- WebPartDescription.cs
- NameValueCollection.cs
- AmbientLight.cs
- SingleObjectCollection.cs
- CompiledQuery.cs
- CalendarTable.cs
- IPGlobalProperties.cs
- Graphics.cs
- WindowsComboBox.cs
- EngineSiteSapi.cs
- TypeSystem.cs
- TypePresenter.xaml.cs
- HttpsChannelFactory.cs
- DynamicPropertyHolder.cs
- WebCategoryAttribute.cs
- LabelLiteral.cs
- EmbeddedMailObjectsCollection.cs
- SamlAuthorizationDecisionStatement.cs
- TraceContextRecord.cs
- XmlSchemaAnnotated.cs
- ScriptIgnoreAttribute.cs
- SHA1CryptoServiceProvider.cs
- MtomMessageEncoder.cs
- _AuthenticationState.cs
- BamlRecordWriter.cs
- IntSecurity.cs
- DashStyles.cs
- SQLInt64Storage.cs
- DrawingGroup.cs
- WebPartsSection.cs
- BaseParaClient.cs
- TrayIconDesigner.cs
- XmlSchemaDatatype.cs
- AsymmetricKeyExchangeFormatter.cs
- KnownColorTable.cs
- CqlParserHelpers.cs
- ReadOnlyPropertyMetadata.cs
- SoapInteropTypes.cs
- ElementFactory.cs
- InputReport.cs
- MenuBase.cs
- WebPartAddingEventArgs.cs
- SiteMapDataSource.cs
- DesigntimeLicenseContext.cs
- SqlCachedBuffer.cs
- SqlPersonalizationProvider.cs
- SynchronizationLockException.cs
- ActivationWorker.cs
- ItemList.cs
- URI.cs
- cookie.cs
- HttpErrorTraceRecord.cs
- DrawingVisual.cs
- CommentEmitter.cs
- ElementMarkupObject.cs
- PaintValueEventArgs.cs
- ObfuscateAssemblyAttribute.cs