Description
The first node in the graph is considered the root node.
C#
public Graph( GraphNode root );
Visual Basic
Public Sub New( root As GraphNode )
Parameters
Parameters | Description |
---|---|
GraphNode root | Input root node. Default is NULL. |
The first node in the graph is considered the root node.
public Graph( GraphNode root );
Public Sub New( root As GraphNode )
Parameters | Description |
---|---|
GraphNode root | Input root node. Default is NULL. |