Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
///
///
/// [To be supplied.]
///
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.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Reflection;
using System.Collections;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NullableDoubleMinMaxAggregationOperator.cs
- ColumnTypeConverter.cs
- HtmlShim.cs
- ReliabilityContractAttribute.cs
- GifBitmapEncoder.cs
- brushes.cs
- RectAnimation.cs
- HttpCookie.cs
- MetafileHeaderWmf.cs
- DataContract.cs
- CellParaClient.cs
- RedirectionProxy.cs
- SplayTreeNode.cs
- StrokeCollectionConverter.cs
- TextChangedEventArgs.cs
- Tokenizer.cs
- HScrollBar.cs
- FontStretch.cs
- NameTable.cs
- TypefaceMap.cs
- SplitterEvent.cs
- DataControlFieldCollection.cs
- HttpEncoder.cs
- ParallelEnumerable.cs
- CalendarDateChangedEventArgs.cs
- ClassHandlersStore.cs
- ProofTokenCryptoHandle.cs
- MaterialCollection.cs
- ConditionBrowserDialog.cs
- PrincipalPermission.cs
- SettingsPropertyWrongTypeException.cs
- NativeMethods.cs
- relpropertyhelper.cs
- View.cs
- PasswordRecovery.cs
- PackageRelationshipCollection.cs
- _KerberosClient.cs
- WebControlAdapter.cs
- HostingEnvironmentException.cs
- DesignerAttributeInfo.cs
- LogReservationCollection.cs
- DataGridViewComboBoxCell.cs
- ThemeDictionaryExtension.cs
- ImageButton.cs
- SmiGettersStream.cs
- IPAddressCollection.cs
- LocalsItemDescription.cs
- SqlDataSourceCommandEventArgs.cs
- Empty.cs
- CompilationRelaxations.cs
- XsltContext.cs
- EventSinkActivity.cs
- BinaryReader.cs
- SmtpMail.cs
- InfoCardXmlSerializer.cs
- SqlConnectionManager.cs
- StaticTextPointer.cs
- InputEventArgs.cs
- String.cs
- UnsafeNativeMethods.cs
- DatatypeImplementation.cs
- CreateUserErrorEventArgs.cs
- MappingMetadataHelper.cs
- WebPartConnectionsEventArgs.cs
- EntityProviderFactory.cs
- basevalidator.cs
- KoreanCalendar.cs
- XmlnsCache.cs
- CommunicationObjectManager.cs
- SettingsAttributeDictionary.cs
- KeySpline.cs
- XmlSchemaElement.cs
- MessageLogTraceRecord.cs
- InstanceKeyView.cs
- DrawListViewSubItemEventArgs.cs
- EditorZone.cs
- DataTemplate.cs
- AnimatedTypeHelpers.cs
- Screen.cs
- DesignerDataColumn.cs
- ProfilePropertyMetadata.cs
- OracleInfoMessageEventArgs.cs
- XmlDataProvider.cs
- Quaternion.cs
- QuerySettings.cs
- NativeMethods.cs
- NativeMethods.cs
- Predicate.cs
- controlskin.cs
- Label.cs
- MDIWindowDialog.cs
- TypeLibConverter.cs
- TypeElement.cs
- DocumentSchemaValidator.cs
- DbConnectionInternal.cs
- PathStreamGeometryContext.cs
- DataGridCommandEventArgs.cs
- SchemaNamespaceManager.cs
- ClipboardData.cs
- ConfigurationManagerHelper.cs