Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Reflection;
using System.Collections;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataTableExtensions.cs
- MergeEnumerator.cs
- XsdBuildProvider.cs
- WebHttpBindingElement.cs
- DataGridViewAutoSizeModeEventArgs.cs
- XmlPropertyBag.cs
- StylusPointPropertyUnit.cs
- BasicHttpMessageCredentialType.cs
- GorillaCodec.cs
- LinkClickEvent.cs
- TrustManagerPromptUI.cs
- WindowsListBox.cs
- EmissiveMaterial.cs
- AuthenticationConfig.cs
- PointAnimationBase.cs
- HttpCookie.cs
- RepeatBehavior.cs
- HwndProxyElementProvider.cs
- InfoCardBinaryReader.cs
- HttpRawResponse.cs
- Parsers.cs
- RuleSetDialog.Designer.cs
- SmuggledIUnknown.cs
- DataGridViewImageColumn.cs
- GenericQueueSurrogate.cs
- ToolStripLocationCancelEventArgs.cs
- AsyncOperation.cs
- PtsPage.cs
- ProcessManager.cs
- COM2Properties.cs
- ColorAnimationUsingKeyFrames.cs
- ServiceRouteHandler.cs
- SystemWebCachingSectionGroup.cs
- Menu.cs
- DisposableCollectionWrapper.cs
- LineMetrics.cs
- DataList.cs
- EncoderNLS.cs
- SingleTagSectionHandler.cs
- EventDescriptorCollection.cs
- WebPartActionVerb.cs
- NativeMethods.cs
- CompilerParameters.cs
- TransactionContextManager.cs
- DeobfuscatingStream.cs
- TextOnlyOutput.cs
- StatusBar.cs
- XmlTextReaderImpl.cs
- ObjectQuery_EntitySqlExtensions.cs
- LineBreakRecord.cs
- FixedStringLookup.cs
- FormViewInsertedEventArgs.cs
- PointAnimationBase.cs
- X509CertificateTokenFactoryCredential.cs
- ComponentRenameEvent.cs
- EpmSyndicationContentDeSerializer.cs
- Queue.cs
- FlowLayoutSettings.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- SettingsBindableAttribute.cs
- OleDbRowUpdatedEvent.cs
- SynchronizationHandlesCodeDomSerializer.cs
- DynamicArgumentDesigner.xaml.cs
- ExpandCollapsePattern.cs
- AliasGenerator.cs
- QueueProcessor.cs
- XamlTreeBuilder.cs
- NativeMethods.cs
- LinkUtilities.cs
- ImpersonateTokenRef.cs
- Vars.cs
- DictionaryCustomTypeDescriptor.cs
- DecimalSumAggregationOperator.cs
- IntPtr.cs
- CodeExpressionCollection.cs
- HttpApplicationFactory.cs
- BuildProvider.cs
- ToolStripItemEventArgs.cs
- DbConnectionPoolCounters.cs
- SessionParameter.cs
- UnsafeNetInfoNativeMethods.cs
- COM2PictureConverter.cs
- Icon.cs
- IImplicitResourceProvider.cs
- WebResourceAttribute.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- EntryPointNotFoundException.cs
- LinkButton.cs
- FlowDocumentScrollViewer.cs
- BinaryKeyIdentifierClause.cs
- WindowsFormsHostPropertyMap.cs
- X509ServiceCertificateAuthentication.cs
- ObjectStateManagerMetadata.cs
- HyperLinkDataBindingHandler.cs
- TemplateBuilder.cs
- EntityDataSourceUtil.cs
- SimpleApplicationHost.cs
- ByteKeyFrameCollection.cs
- TypeListConverter.cs
- HitTestParameters3D.cs