C# Class AjErl.Expressions.TupleExpression

Inheritance: IExpression
Afficher le fichier Open project: ajlopez/AjErl Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( Context context, bool withvars = false ) : object
HasVariable ( ) : bool
TupleExpression ( IEnumerable expressions ) : System.Collections.Generic

Method Details

Evaluate() public méthode

public Evaluate ( Context context, bool withvars = false ) : object
context Context
withvars bool
Résultat object

HasVariable() public méthode

public HasVariable ( ) : bool
Résultat bool

TupleExpression() public méthode

public TupleExpression ( IEnumerable expressions ) : System.Collections.Generic
expressions IEnumerable
Résultat System.Collections.Generic