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