The TreeNavigatorUtilities type exposes the following members.

Methods

  NameDescription
Public methodStatic memberEnumerateChildren<(Of <<'(TNode>)>>)
Returns an enumeration with the child nodes of a given tree node.
Public methodStatic memberFindRootNode<(Of <<'(TNode>)>>)
Returns the root node for a given tree node.
Public methodStatic memberPostorder<(Of <<'(TNode>)>>)
Returns an enumeration with all nodes in a tree in post-order.
Public methodStatic memberPreorder<(Of <<'(TNode>)>>)
Returns an enumeration with all nodes in a tree in pre-order.

See Also