Property this
this[int]
Gets the node at the specified index.
public Node<TNodeValue, TEdgeLabel> this[int index] { get; }
Parameters
index
intThe zero-based index of the node to get.
Property Value
- Node<TNodeValue, TEdgeLabel>
The node at the specified index.