VertexRecorderObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(vertices)
Signature: vertices:IList<'TVertex> -> unit
|
Instance members
Instance member | Description |
Attach(algorithm)
Signature: algorithm:IVertexTimeStamperAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
Vertices
Signature: IEnumerable<'TVertex>
|