The TreeNavigatorUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumerateChildren<(Of <<'(TNode>)>>) |
Returns an enumeration with the child nodes of a given tree node.
| |
FindRootNode<(Of <<'(TNode>)>>) |
Returns the root node for a given tree node.
| |
Postorder<(Of <<'(TNode>)>>) |
Returns an enumeration with all nodes in a tree in post-order.
| |
Preorder<(Of <<'(TNode>)>>) |
Returns an enumeration with all nodes in a tree in pre-order.
|