EdgeRecorderObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(edges)
Signature: edges:IList<'TEdge> -> unit
|
Instance members
Instance member | Description |
Attach(algorithm)
Signature: algorithm:ITreeBuilderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
Edges
Signature: IList<'TEdge>
|