IBinaryTreeNode.Parent

Fore Syntax

Parent: IBinaryTreeNode;

Fore.NET Syntax

Parent: Fore Syntax
Serie: ISlSerie;IBinaryTreeNode;

Description

The Parent property returns the root node of binary tree.

Comments

To get the left and right nodes of binary tree, use the IBinaryTreeNode.LeftNode and IBinaryTreeNode.RightNode properties, respectively.

Fore and Fore.NET Examples

The property use is given in the example for IBinaryTreeNode.Value.

See also:

IBinaryTreeNode