IBinaryTreeNode.RightNode

Fore Syntax

RightNode: IBinaryTreeNode;

Fore.NET Syntax

RightNode: Fore syntax
Serie: ISlSerie;IBinaryTreeNode;

Description

The RightNode property returns the right node of binary tree.

Comments

To get the left node of binary tree, use the IBinaryTreeNode.LeftNode property.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode