NameTree constructor.

 

   

Syntax
 

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

 

   

Params
 
Name Description
root The root node for the tree.

 

   

Notes
 

NameTree constructor.

 

   

Example
 
None.