Table of Contents

Method GetEnumerator

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

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.