Item

NodeList indexer

Gets the node at the specified index in the list.

public Node this[int index] { get; }
Parameter Description
index The zero based index of the node.

Return Value

The node at the specified index.

See Also