The ITreeNavigator<(Of <(<'TNode>)>)> type exposes the following members.

Methods

  NameDescription
Public methodGetChild
Returns a child node of a given tree node with a specified index.
Public methodGetChildCount
Returns the number of children of a given tree node.
Public methodGetParent
Retrieves the parent node for a given tree node.

Extension Methods

  NameDescription
Public Extension MethodEnumerateChildren<(Of <<'(TNode>)>>)
Returns an enumeration with the child nodes of a given tree node.
(Defined by TreeNavigatorUtilities.)
Public Extension MethodFindRootNode<(Of <<'(TNode>)>>)
Returns the root node for a given tree node.
(Defined by TreeNavigatorUtilities.)
Public Extension MethodPostorder<(Of <<'(TNode>)>>)
Returns an enumeration with all nodes in a tree in post-order.
(Defined by TreeNavigatorUtilities.)
Public Extension MethodPreorder<(Of <<'(TNode>)>>)
Returns an enumeration with all nodes in a tree in pre-order.
(Defined by TreeNavigatorUtilities.)

See Also