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