NodeList indexer

NodeList indexer

Gets the node at the specified index in the list.

Indexer

NameDescription
indexThe zero based index of the node.

Returns

The node at the specified index.

See Also