System.Xml.XmlNamedNodeMap.Item Method

Retrieves the node at the specified index in the XmlNamedNodeMap.

Syntax

public virtual XmlNode Item (int index)

Parameters

index
The index position of the node to retrieve from the XmlNamedNodeMap. The index is zero-based; therefore, the index of the first node is 0 and the index of the last node is XmlNamedNodeMap.Count -1.

Returns

The System.Xml.XmlNode at the specified index. If index is less than 0 or greater than or equal to the XmlNamedNodeMap.Count property, null is returned.

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