Click or drag to resize

VertexTimeStamperObserverTVertex, TEdge Constructor (DictionaryTVertex, Int32, DictionaryTVertex, Int32)

Namespace:  QuickGraph.Algorithms.Observers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public VertexTimeStamperObserver(
	Dictionary<TVertex, int> discoverTimes,
	Dictionary<TVertex, int> finishTimes
)

Parameters

discoverTimes
Type: System.Collections.GenericDictionaryTVertex, Int32
finishTimes
Type: System.Collections.GenericDictionaryTVertex, Int32
See Also