C# Class AjScript.Expressions.ArithmeticBinaryExpression

Inheritance: BinaryExpression
Mostrar archivo Open project: ajlopez/AjScript 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