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
- KeyInstance.cs
- FlowDecisionDesigner.xaml.cs
- CqlParserHelpers.cs
- RubberbandSelector.cs
- FlowDocumentPage.cs
- SelectionItemProviderWrapper.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- SynchronousReceiveBehavior.cs
- GridViewAutomationPeer.cs
- GroupQuery.cs
- BindableTemplateBuilder.cs
- FloatUtil.cs
- XmlSchemaSimpleContentExtension.cs
- IImplicitResourceProvider.cs
- PropertyIDSet.cs
- EventLogEntry.cs
- PreviewControlDesigner.cs
- TreeNodeBinding.cs
- InitializationEventAttribute.cs
- Compensate.cs
- ReflectionTypeLoadException.cs
- ImageSource.cs
- DesignBindingValueUIHandler.cs
- Shared.cs
- ObjectItemCachedAssemblyLoader.cs
- PackageDigitalSignature.cs
- Int16Animation.cs
- RelationshipConstraintValidator.cs
- WpfGeneratedKnownProperties.cs
- StrokeCollectionConverter.cs
- PermissionAttributes.cs
- ExpressionBindingCollection.cs
- _SslStream.cs
- COM2ColorConverter.cs
- HttpAsyncResult.cs
- SrgsNameValueTag.cs
- ConstraintStruct.cs
- BinaryObjectWriter.cs
- InstanceStore.cs
- DocumentSequenceHighlightLayer.cs
- TypeSystemProvider.cs
- TypeElementCollection.cs
- MaterialCollection.cs
- AutomationProperties.cs
- QilGeneratorEnv.cs
- ParameterReplacerVisitor.cs
- RandomNumberGenerator.cs
- PageContentCollection.cs
- RectangleConverter.cs
- StackOverflowException.cs
- TokenFactoryCredential.cs
- Main.cs
- GlobalizationSection.cs
- DirectoryInfo.cs
- DateTimeConverter.cs
- XmlSchemaException.cs
- Timer.cs
- CellParagraph.cs
- BrowserCapabilitiesFactoryBase.cs
- Dispatcher.cs
- RowVisual.cs
- TextFindEngine.cs
- ListViewTableRow.cs
- keycontainerpermission.cs
- RepeatInfo.cs
- unsafenativemethodsother.cs
- OracleConnectionFactory.cs
- FixedDocument.cs
- FlowDocument.cs
- Control.cs
- ProfileProvider.cs
- BrushConverter.cs
- DataBoundControlAdapter.cs
- InstanceCreationEditor.cs
- DSACryptoServiceProvider.cs
- WorkflowValidationFailedException.cs
- ValidatedControlConverter.cs
- CallbackValidatorAttribute.cs
- EdmToObjectNamespaceMap.cs
- OdbcInfoMessageEvent.cs
- OrderedParallelQuery.cs
- TextPointerBase.cs
- ItemList.cs
- GradientSpreadMethodValidation.cs
- PropertyKey.cs
- TrimSurroundingWhitespaceAttribute.cs
- Token.cs
- TheQuery.cs
- ToolStripScrollButton.cs
- FormView.cs
- SqlCommandSet.cs
- ControlTemplate.cs
- IWorkflowDebuggerService.cs
- LinqDataSourceContextEventArgs.cs
- RuntimeConfigLKG.cs
- PerCallInstanceContextProvider.cs
- BindingWorker.cs
- AdditionalEntityFunctions.cs
- ManagementDateTime.cs
- ViewRendering.cs