public static MakeBinary ( ExpressionType binaryType, |
||
binaryType | ExpressionType | The ExpressionType that specifies the type of binary operation. |
left | An Expression that represents the left operand. | |
right | An Expression that represents the right operand. | |
return |