NodeList-1.Get

NodeList<T>.Get method

Gets the node at the given index.

public abstract T Get(int index)
ParameterTypeDescription
indexInt32The index of the node to get.

Return Value

The node at the given index.

See Also