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