Get all binary trees attached to the root

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RootedTrees As Hashtable
C#
public Hashtable RootedTrees { get; }
Visual C++
public:
property Hashtable^ RootedTrees {
	Hashtable^ get ();
}
JavaScript
function get_rootedTrees();

See Also