# C1.Framework.Text.Lexicons.Lexicon.Match

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_Lexicon_Match" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match" class="text-break">Lexicon.Match Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.html">Lexicon.Match</a> class.</p>
</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">Lexicon.Match</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Text.Lexicons.html">C1.Framework.Text.Lexicons</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Text_Lexicons_Lexicon_Match_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Lexicon.Match</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Lexicon.Match</code></pre>
  </div>
  <h5 id="C1_Framework_Text_Lexicons_Lexicon_Match_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A match indicates the finding of special pattern during the parse processing.</p>
</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_Framework_Text_Lexicons_Lexicon_Match__ctor_C1_Framework_Text_Lexicons_Lexicon_System_String_" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match.#ctor(C1.Framework.Text.Lexicons.Lexicon,System.String)">
          <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.-ctor.html#C1_Framework_Text_Lexicons_Lexicon_Match__ctor_C1_Framework_Text_Lexicons_Lexicon_System_String_">Match(Lexicon, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Construtor.</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_Framework_Text_Lexicons_Lexicon_Match_ID" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match.ID">
          <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.ID.html#C1_Framework_Text_Lexicons_Lexicon_Match_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_Lexicon_Match_Success" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match.Success">
          <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.Success.html#C1_Framework_Text_Lexicons_Lexicon_Match_Success">Success</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicates whether is a sucess match.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_Lexicon_Match_Text" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match.Text">
          <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.Text.html#C1_Framework_Text_Lexicons_Lexicon_Match_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the mathed text.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Framework_Text_Lexicons_Lexicon_Match_NextMatch" data-uid="C1.Framework.Text.Lexicons.Lexicon.Match.NextMatch">
          <a class="xref" href="C1.Framework.Text.Lexicons.Lexicon.Match.NextMatch.html#C1_Framework_Text_Lexicons_Lexicon_Match_NextMatch">NextMatch()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next match.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
