Tree SearchResult EnumerationTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Used to declare which node to get when doing a tree-search. Either the searched node itself, or the searched node's parent.

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

Members

  Member nameValueDescription
GetNode1If specified then the searched-for Node itself will be returned.
GetParent2If specified then the parent of the searched-for Node will be returned.
See Also