QuickGraph


VertexRecorderObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

ConstructorDescription
new()
Signature: unit -> unit
new(vertices)
Signature: vertices:IList<'TVertex> -> unit

Instance members

Instance memberDescription
Attach(algorithm)
Signature: algorithm:IVertexTimeStamperAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract
Vertices
Signature: IEnumerable<'TVertex>
Fork me on GitHub