UndirectedVertexPredecessorRecorderObserverTVertex, TEdgeTryGetPath Method |
Namespace:
QuickGraph.Algorithms.Observers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic bool TryGetPath(
TVertex vertex,
out IEnumerable<TEdge> path
)
Parameters
- vertex
- Type: TVertex
- path
- Type: System.Collections.GenericIEnumerableTEdge
Return Value
Type:
Boolean
See Also