Method | Description | |
---|---|---|
Apply ( object leftValue, object rightValue ) : object | ||
ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System |
Method | Description | |
---|---|---|
AddOrConcatenateObjects ( object left, object right ) : object |
public Apply ( object leftValue, object rightValue ) : object | ||
leftValue | object | |
rightValue | object | |
return | object |
public ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System | ||
operation | ArithmeticOperator | |
left | IExpression | |
right | IExpression | |
return | System |