QuickGraph


EdgeRecorderObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

ConstructorDescription
new()
Signature: unit -> unit
new(edges)
Signature: edges:IList<'TEdge> -> unit

Instance members

Instance memberDescription
Attach(algorithm)
Signature: algorithm:ITreeBuilderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract
Edges
Signature: IList<'TEdge>
Fork me on GitHub