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
intThe 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.