C# Class DartSharp.Expressions.ArithmeticBinaryExpression

Inheritance: BinaryExpression
Mostra file Open project: ajlopez/DartSharp Class Usage Examples

Public Methods

Method Description
Apply ( object leftValue, object rightValue ) : object
ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System

Private Methods

Method Description
AddOrConcatenateObjects ( object left, object right ) : object

Method Details

Apply() public method

public Apply ( object leftValue, object rightValue ) : object
leftValue object
rightValue object
return object

ArithmeticBinaryExpression() public method

public ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System
operation ArithmeticOperator
left IExpression
right IExpression
return System