Tree DFTraverse Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Overload List

  NameDescription
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