Click or drag to resize

EdgePredecessorRecorderObserverTVertex, TEdgeAttach Method

Namespace:  QuickGraph.Algorithms.Observers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public IDisposable Attach(
	IEdgePredecessorRecorderAlgorithm<TVertex, TEdge> algorithm
)

Parameters

algorithm
Type: QuickGraph.AlgorithmsIEdgePredecessorRecorderAlgorithmTVertex, TEdge

Return Value

Type: IDisposable

Implements

IObserverTAlgorithmAttach(TAlgorithm)
See Also