Namespace:  QuickGraph.Algorithms.ShortestPath
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
public void ComputeNoInit(
	IVertex s
)
Visual Basic (Declaration)
Public Sub ComputeNoInit ( _
	s As IVertex _
)

See Also