[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.IExpressionLexer

IExpressionLexer Interface

Defines the lexical dictionary of expression engine.

Namespace: C1.ExpressionEditor.Engine
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public interface IExpressionLexer

Methods

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.