BaseTree Constructor |
Name | Description | |
---|---|---|
![]() | BaseTree | Initializes a new instance of the BaseTree class |
![]() | BaseTree(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.
|