C# Class CodeInsiders.SharpQL.BinaryArithemeticOperator

Inheritance: ArithmeticOperator
ファイルを表示 Open project: codeinsiders/sharpql

Protected Methods

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

Method Details

BinaryArithemeticOperator() protected method

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