Item

NodeList indexer

Gets the node at the specified index in the list.

public Node this[int index] { get; }
ParameterDescription
indexThe zero based index of the node.

Return Value

The node at the specified index.

See Also