LeftNode: IBinaryTreeNode;
The LeftNode property returns the left node of binary tree.
To get the right node of binary tree, use the IBinaryTreeNode.RightNode property.
The property use is given in the example for IBinaryTreeNode.Value.
See also: