IBinaryTreeNode.RightNode

Syntax

RightNode: 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.

Example

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

See also:

IBinaryTreeNode