[]
Defines the lexical dictionary of expression engine.
public interface IExpressionLexer
| Name | Description |
|---|---|
| AddFunction(List<ExpressionItem>, Func<List<object>, object>, int, int) | Added a custom function to engine of C1ExpressionEditor. |
| GetExpressionItems() | Gets list of ExpressionItem of the current context. |