Click or drag to resize

BaseTree Constructor

Overload List
  NameDescription
Public methodBaseTree
Initializes a new instance of the BaseTree class
Public methodBaseTree(ITree)
Create a new node from an existing node does nothing for BaseTree as there are no fields other than the children list, which cannot be copied as the children are not considered part of this node.
Top
See Also