Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Dom / XmlNodeList.cs / 1 / XmlNodeList.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml {
using System.Collections;
// Represents an ordered collection of nodes.
public abstract class XmlNodeList: IEnumerable {
// Retrieves a node at the given index.
public abstract XmlNode Item(int index);
// Gets the number of nodes in this XmlNodeList.
public abstract int Count { get;}
// Provides a simple ForEach-style iteration over the collection of nodes in
// this XmlNodeList.
public abstract IEnumerator GetEnumerator();
// Retrieves a node at the given index.
[System.Runtime.CompilerServices.IndexerName ("ItemOf")]
public virtual XmlNode this[int i] { get { return Item(i);}}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PointAnimationUsingKeyFrames.cs
- CapabilitiesAssignment.cs
- SecurityPolicySection.cs
- ExpressionPrinter.cs
- NativeMethodsOther.cs
- OleDbCommandBuilder.cs
- ScrollProperties.cs
- DataSourceXmlSerializer.cs
- InternalsVisibleToAttribute.cs
- MultipleViewProviderWrapper.cs
- OleAutBinder.cs
- ValidationHelpers.cs
- RuleProcessor.cs
- RemotingSurrogateSelector.cs
- ToolBarButtonClickEvent.cs
- GridViewColumnCollectionChangedEventArgs.cs
- RestHandlerFactory.cs
- NonParentingControl.cs
- DmlSqlGenerator.cs
- ApplicationServiceManager.cs
- BufferBuilder.cs
- Control.cs
- DomainUpDown.cs
- Parallel.cs
- UInt16Converter.cs
- IntegerFacetDescriptionElement.cs
- RepeaterItemEventArgs.cs
- DictionaryEntry.cs
- OracleNumber.cs
- FileIOPermission.cs
- XmlDataCollection.cs
- OutputScope.cs
- PackUriHelper.cs
- SoapSchemaMember.cs
- LogStore.cs
- ChildDocumentBlock.cs
- ImageSource.cs
- NativeMethods.cs
- EnumerableCollectionView.cs
- ActivityDelegate.cs
- TypeExtension.cs
- ScriptControlManager.cs
- StringFreezingAttribute.cs
- SerializationHelper.cs
- ArrayConverter.cs
- ContextMenu.cs
- Annotation.cs
- DataGridTable.cs
- LeaseManager.cs
- EventLogEntryCollection.cs
- DataGridBoolColumn.cs
- ArgumentNullException.cs
- WebBrowserSiteBase.cs
- BinaryFormatterWriter.cs
- JavaScriptObjectDeserializer.cs
- ImageListImageEditor.cs
- SystemWebCachingSectionGroup.cs
- BindingObserver.cs
- MasterPage.cs
- OdbcRowUpdatingEvent.cs
- AbandonedMutexException.cs
- AppearanceEditorPart.cs
- UnsafeNativeMethods.cs
- DiscoveryRequestHandler.cs
- ConnectionPoint.cs
- MobileListItemCollection.cs
- KeyValueConfigurationElement.cs
- TargetPerspective.cs
- ContainerUIElement3D.cs
- SizeKeyFrameCollection.cs
- HtmlInputReset.cs
- EdmTypeAttribute.cs
- MailWebEventProvider.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- RequestContext.cs
- XmlLanguage.cs
- CachedTypeface.cs
- MsdtcWrapper.cs
- EntityCodeGenerator.cs
- DebuggerService.cs
- AttributeQuery.cs
- XamlBuildProvider.cs
- PointLightBase.cs
- DataProviderNameConverter.cs
- DispatcherTimer.cs
- QilName.cs
- _KerberosClient.cs
- DataColumnPropertyDescriptor.cs
- DNS.cs
- ToolBarButton.cs
- ResourceManager.cs
- ClientConfigurationHost.cs
- ConsumerConnectionPoint.cs
- ListArgumentProvider.cs
- XmlToDatasetMap.cs
- GridViewCancelEditEventArgs.cs
- PersonalizableAttribute.cs
- Dump.cs
- ErrorLog.cs
- ConsumerConnectionPointCollection.cs