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
- ValueOfAction.cs
- LassoHelper.cs
- TreeNodeStyleCollectionEditor.cs
- Regex.cs
- LogWriteRestartAreaAsyncResult.cs
- FamilyMapCollection.cs
- HeaderLabel.cs
- SvcMapFileLoader.cs
- FileRegion.cs
- ReadonlyMessageFilter.cs
- WebPartMovingEventArgs.cs
- ListSurrogate.cs
- BuildDependencySet.cs
- GridItemPattern.cs
- ListenerHandler.cs
- Helper.cs
- XmlSchemaSubstitutionGroup.cs
- FacetChecker.cs
- NavigationFailedEventArgs.cs
- DelegatingMessage.cs
- ServicePoint.cs
- PropertyReference.cs
- ScriptingAuthenticationServiceSection.cs
- baseaxisquery.cs
- OracleLob.cs
- IgnoreSectionHandler.cs
- SerialReceived.cs
- ComponentManagerBroker.cs
- SystemColors.cs
- TreeWalker.cs
- COM2PropertyDescriptor.cs
- FlowLayoutPanel.cs
- CalendarDateRangeChangingEventArgs.cs
- PropertyInformation.cs
- XmlLanguageConverter.cs
- CounterSet.cs
- CaseInsensitiveHashCodeProvider.cs
- InternalCache.cs
- WebScriptClientGenerator.cs
- DefaultBinder.cs
- XmlQueryContext.cs
- PrintPreviewControl.cs
- GiveFeedbackEvent.cs
- XsdDateTime.cs
- UITypeEditor.cs
- ControlBuilderAttribute.cs
- MemberInitExpression.cs
- SmiEventSink.cs
- ToolStripStatusLabel.cs
- PropertyMappingExceptionEventArgs.cs
- COM2IDispatchConverter.cs
- Fx.cs
- EntityViewGenerationAttribute.cs
- TableRowsCollectionEditor.cs
- SelectionGlyphBase.cs
- Select.cs
- RadialGradientBrush.cs
- ExpressionPrefixAttribute.cs
- AliasedSlot.cs
- ListItem.cs
- remotingproxy.cs
- UserValidatedEventArgs.cs
- XmlSchemaSimpleContent.cs
- MailAddressCollection.cs
- ThicknessConverter.cs
- SHA1.cs
- HttpServerVarsCollection.cs
- WebPartVerbsEventArgs.cs
- FindSimilarActivitiesVerb.cs
- WaitHandle.cs
- QueueAccessMode.cs
- TextBlock.cs
- cookieexception.cs
- ContextMenuStrip.cs
- SecurityPermission.cs
- ControlAdapter.cs
- InputScope.cs
- WebPartCancelEventArgs.cs
- MinMaxParagraphWidth.cs
- OrderedDictionary.cs
- CryptoHandle.cs
- MsmqChannelFactoryBase.cs
- SafeArrayRankMismatchException.cs
- RealProxy.cs
- NameTable.cs
- DBSchemaTable.cs
- SemanticResolver.cs
- CustomTypeDescriptor.cs
- ResponseStream.cs
- CodeDOMProvider.cs
- XmlSchemaRedefine.cs
- ComboBoxRenderer.cs
- _TLSstream.cs
- EntityModelBuildProvider.cs
- DataSourceControlBuilder.cs
- TemplateColumn.cs
- SingleTagSectionHandler.cs
- DataGridViewCellStateChangedEventArgs.cs
- TextBoxRenderer.cs
- HashCodeCombiner.cs