Overload List
Name | Description | |
---|---|---|
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