Tree MethodsTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
The Tree type exposes the following members.
Methods

  NameDescription
Public methodDFSearch
Performs a depth-first search on the entire tree.
Public methodDFTraverse 
Does a depth-first traverse of the tree and returns all nodes for the entire tree in that order.
Public methodDFTraverse(Node, List Node )
Does a depth-first traverse of the tree and returns all nodes with respect to the specified root-node.
Back to Top
See Also