System.Xml.XmlNodeList.Item Method

Retrieves a node at the given index.

Syntax

public abstract XmlNode Item (int index)

Parameters

index
The zero-based index into the list of nodes.

Returns

The System.Xml.XmlNode with the specified index in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0