Click or drag to resize

UndirectedVertexPredecessorRecorderObserverTVertex, TEdgeTryGetPath Method

Namespace:  QuickGraph.Algorithms.Observers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool TryGetPath(
	TVertex vertex,
	out IEnumerable<TEdge> path
)

Parameters

vertex
Type: TVertex
path
Type: System.Collections.GenericIEnumerableTEdge

Return Value

Type: Boolean
See Also