C# Class AjErl.Forms.FunctionForm

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

Méthodes publiques

Méthode Description
Evaluate ( Context context ) : object
FunctionForm ( string name, IList parameterexpressions, IExpression body ) : System

Method Details

Evaluate() public méthode

public Evaluate ( Context context ) : object
context Context
Résultat object

FunctionForm() public méthode

public FunctionForm ( string name, IList parameterexpressions, IExpression body ) : System
name string
parameterexpressions IList
body IExpression
Résultat System