System.Xml.XmlNodeList Members

The members of System.Xml.XmlNodeList are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Xml.XmlNodeList class.

Public Properties

[read-only]
abstract
Countint.

Gets the number of nodes in the XmlNodeList.

[read-only]
default property
ItemOf(int)XmlNode. Documentation for this section has not yet been entered.

Public Methods

abstract
GetEnumerator() : IEnumerator

Gets an enumerator that iterates through the collection of nodes.

abstract
Item(int) : XmlNode

Retrieves a node at the given index.