AdditionOperationElement.setLhs C# (CSharp) Method

setLhs() public method

public setLhs ( Element, lhs ) : void
lhs Element,
return void
  public void setLhs(Element lhs) { mLhs = lhs; }