Tree DFTraverse Method (Node, List Node )TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Does a depth-first traverse of the tree and returns all nodes with respect to the specified root-node.

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

Parameters

root
Type: TreePlusSilverlight.Graph Node
The root-node for which to return its decendants.
allNodes
Type: OnlineSystem.Collections.Generic List Node 
List of already found nodes.

Return Value

A list of all the nodes that are decendants of the specified root-node in depth-first order.
See Also