Tree DFSearch Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Performs a depth-first search on the entire tree.

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

Return Value

The searched-for node, or null if not found.
See Also