Tree DFTraverse Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Does a depth-first traverse of the tree and returns all nodes for the entire tree in that order.

Namespace: TreePlusSilverlight.Graph
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Return Value

List of Nodes for the entire tree in depth-first order.
See Also