NumberTree constructor.

 

   

Syntax
 

[C#]
NumberTree<T>(NameTreeNodeElement<T> root)

 

   

Params
 
Name Description
root The root node for the tree.

 

   

Notes
 

NumberTree constructor.

 

   

Example
 
None.