The Tree type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
DFSearch |
Performs a depth-first search on the entire tree.
| |
DFTraverse |
Does a depth-first traverse of the tree and returns all nodes for the entire tree in that order.
| |
DFTraverse(Node, List Node ) |
Does a depth-first traverse of the tree and returns all nodes with respect to the specified root-node.
|
See Also