Click or drag to resize

EdgePredecessorRecorderObserverTVertex, TEdge Constructor (IDictionaryTEdge, TEdge, IListTEdge)

Namespace:  QuickGraph.Algorithms.Observers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public EdgePredecessorRecorderObserver(
	IDictionary<TEdge, TEdge> edgePredecessors,
	IList<TEdge> endPathEdges
)

Parameters

edgePredecessors
Type: System.Collections.GenericIDictionaryTEdge, TEdge
endPathEdges
Type: System.Collections.GenericIListTEdge
See Also