TreePlus IsNodePredecessor Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Iteratively checks the entire tree if a supplied Node is the child of any of the other given Node's parents.

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

Return Value

Returns true if the predecessor is a child of any of the successor parents, false otherwise.
See Also