[]
Initializes a new instance of the FunctionExpression class.
public FunctionExpression(IExpressionEngine engine, string id, FunctionDefinition function, List<IExpression> args)
| Type | Name | Description |
|---|---|---|
| IExpressionEngine | engine | the engine that initializes this expression. |
| string | id | the function identifier. |
| FunctionDefinition | function | the function. |
| List<IExpression> | args | the argumetns of the function. |