Get the root

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Root As Node
C#
public Node Root { get; }
Visual C++
public:
property Node^ Root {
	Node^ get ();
}
JavaScript
function get_root();

See Also