System.Xml.XmlNodeList: Method Members

The methods of System.Xml.XmlNodeList are listed below. For a list of all members, see the XmlNodeList Members list.

See Also: Inherited members from System.Object

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.