Node.AddRight(INode) - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: ExpressionsClassLibrary
Description: Adds a new right child node.
| Parameters | Description |
|---|---|
| child<INode> | right child node to be added |
| Returns | Description |
|---|---|
| void | this method does not return anything |
| Exceptions | Cause |
|---|---|
| InvalidOperationException | right child already exists |