C# Class AjScript.Expressions.ArithmeticBinaryExpression

Inheritance: BinaryExpression
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddOrConcatenateObjects ( object left, object right ) : object

Method Details

Apply() public méthode

public Apply ( object leftValue, object rightValue ) : object
leftValue object
rightValue object
Résultat object

ArithmeticBinaryExpression() public méthode

public ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System
operation ArithmeticOperator
left IExpression
right IExpression
Résultat System