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