IBinaryTreeNode.LeftNode

Syntax

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

Example

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

See also:

IBinaryTreeNode