Table of Contents

Method Item

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

Item(int)

Retrieves the node at the specified index in the INamedNodeMap.

XmlNode Item(int index)

Parameters

index int

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

Returns

XmlNode

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