# C1.ExpressionEditor.Engine.IExpressionLexer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_ExpressionEditor_Engine_IExpressionLexer" data-uid="C1.ExpressionEditor.Engine.IExpressionLexer" class="text-break">IExpressionLexer Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the lexical dictionary of expression engine.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.ExpressionEditor.Engine.html">C1.ExpressionEditor.Engine</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ExpressionEditor.10.dll</h6>
  <h5 id="C1_ExpressionEditor_Engine_IExpressionLexer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExpressionLexer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExpressionLexer</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_ExpressionEditor_Engine_IExpressionLexer_AddFunction_System_Collections_Generic_List_C1_ExpressionEditor_Engine_ExpressionItem__System_Func_System_Collections_Generic_List_System_Object__System_Object__System_Int32_System_Int32_" data-uid="C1.ExpressionEditor.Engine.IExpressionLexer.AddFunction(System.Collections.Generic.List{C1.ExpressionEditor.Engine.ExpressionItem},System.Func{System.Collections.Generic.List{System.Object},System.Object},System.Int32,System.Int32)">
          <a class="xref" href="C1.ExpressionEditor.Engine.IExpressionLexer.AddFunction.html#C1_ExpressionEditor_Engine_IExpressionLexer_AddFunction_System_Collections_Generic_List_C1_ExpressionEditor_Engine_ExpressionItem__System_Func_System_Collections_Generic_List_System_Object__System_Object__System_Int32_System_Int32_">AddFunction(List&lt;ExpressionItem&gt;, Func&lt;List&lt;object&gt;, object&gt;, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Added a custom function to engine of C1ExpressionEditor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_ExpressionEditor_Engine_IExpressionLexer_GetExpressionItems" data-uid="C1.ExpressionEditor.Engine.IExpressionLexer.GetExpressionItems">
          <a class="xref" href="C1.ExpressionEditor.Engine.IExpressionLexer.GetExpressionItems.html#C1_ExpressionEditor_Engine_IExpressionLexer_GetExpressionItems">GetExpressionItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets list of <a class="xref" href="C1.ExpressionEditor.Engine.ExpressionItem.html">ExpressionItem</a> of the current context.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
