Tree Constructor TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Construct a tree providing a 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 node that represents that root for this tree.
See Also