C# Class AjScript.Expressions.ConcatenateExpression

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

Méthodes publiques

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

Method Details

Apply() public méthode

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

ConcatenateExpression() public méthode

public ConcatenateExpression ( IExpression left, IExpression right ) : System
left IExpression
right IExpression
Résultat System