Does a depth-first traverse of the tree and returns all nodes with respect to the specified root-node.
Namespace: TreePlusSilverlight.GraphAssembly: 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: System.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