IBinaryTreeNode.LeftNode

Fore Syntax

LeftNode: IBinaryTreeNode;

Fore.NET Syntax

LeftNode: Fore Syntax
Serie: ISlSerie;IBinaryTreeNode;

Description

The LeftNode property returns the left node of binary tree.

Comments

To get the right node of binary tree, use the IBinaryTreeNode.RightNode property.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode