'Declaration
Public Overridable Function CreateDepthFirstSpanningTree( _ ByVal graphType As GraphType, _ ByVal startVertex As NGraphVertex _ ) As NTree
'Usage
Dim instance As NGraph Dim graphType As GraphType Dim startVertex As NGraphVertex Dim value As NTree value = instance.CreateDepthFirstSpanningTree(graphType, startVertex)
public virtual NTree CreateDepthFirstSpanningTree( GraphType graphType, NGraphVertex startVertex )
Parameters
- graphType
- startVertex