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