Tree MembersTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight

The Tree type exposes the following members.
Constructors

  NameDescription
Public methodTree
Construct a tree providing a root node.
Back to Top
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
Properties

  NameDescription
Public propertyRoot
The root-node of the tree.
Back to Top
See Also