# C1.WPF.ExpressionEditor.Token

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_Token" data-uid="C1.WPF.ExpressionEditor.Token" class="text-break">Token Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Token</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.4.6.2.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_Token_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Token</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Token</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_Token__ctor_System_Int32_System_Int32_C1_WPF_ExpressionEditor_BaseRule_" data-uid="C1.WPF.ExpressionEditor.Token.#ctor(System.Int32,System.Int32,C1.WPF.ExpressionEditor.BaseRule)">
          <a class="xref" href="C1.WPF.ExpressionEditor.Token.-ctor.html#C1_WPF_ExpressionEditor_Token__ctor_System_Int32_System_Int32_C1_WPF_ExpressionEditor_BaseRule_">Token(int, int, BaseRule)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ExpressionEditor.Token.html">Token</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_Token_Length" data-uid="C1.WPF.ExpressionEditor.Token.Length">
          <a class="xref" href="C1.WPF.ExpressionEditor.Token.Length.html#C1_WPF_ExpressionEditor_Token_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of token.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_Token_Rule" data-uid="C1.WPF.ExpressionEditor.Token.Rule">
          <a class="xref" href="C1.WPF.ExpressionEditor.Token.Rule.html#C1_WPF_ExpressionEditor_Token_Rule">Rule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rule of token.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_Token_StartIndex" data-uid="C1.WPF.ExpressionEditor.Token.StartIndex">
          <a class="xref" href="C1.WPF.ExpressionEditor.Token.StartIndex.html#C1_WPF_ExpressionEditor_Token_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start index of token.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
