[]
Function definition class (keeps function name, parameter counts, and delegate).
public class FunctionDefinition
| Name | Description |
|---|---|
| FunctionDefinition(int, int, Func<List<IExpression>, object>, ItemType) | Initializes a new instance of the FunctionDefinition class. |
| Name | Description |
|---|---|
| Function | Gets or sets a function. |
| FunctionType | Gets or sets a value indicates the function type. |
| MaxArgsCount | Gets or sets maximum count of function arguments. |
| MinArgsCount | Gets or sets minimum count of function arguments. |