[]
Custom function definition class (keeps function name, parameter counts, and delegate).
public class CustomFunctionDefinition
| Name | Description |
|---|---|
| CustomFunctionDefinition(int, int, Func<List<object>, object>, ItemType) | Initializes a new instance of the CustomFunctionDefinition 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. |