NodeList indexer

NodeList indexer

Gets the node at the specified index in the list.

Indexer

Name Description
index The zero based index of the node.

Returns

The node at the specified index.

See Also