Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the nodes in the directed graph.
public IEnumerator<Node<TNodeValue, TEdgeLabel>> GetEnumerator()
Returns
- IEnumerator<Node<TNodeValue, TEdgeLabel>>
An enumerator that can be used to iterate through the nodes in the directed graph.