C# Class CodeInsiders.SharpQL.Operators.ArithmeticExpressionOperator

Inheritance: BinaryArithemeticOperator
显示文件 Open project: codeinsiders/sharpql

Protected Methods

Method Description
ArithmeticExpressionOperator ( Expression leftOperand, Expression rightOperand ) : System

Method Details

ArithmeticExpressionOperator() protected method

protected ArithmeticExpressionOperator ( Expression leftOperand, Expression rightOperand ) : System
leftOperand Expression
rightOperand Expression
return System