# C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern" data-uid="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern" class="text-break">LexiconCharacterQuotationPattern Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.html">CharacterQuotationPattern</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">LexiconCharacterQuotationPattern</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.IPattern.html">IPattern</a></div>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.ITextFilter.html">ITextFilter</a></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_LexiconCharacterQuotationPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LexiconCharacterQuotationPattern : IPattern, ITextFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LexiconCharacterQuotationPattern
    Implements IPattern, ITextFilter</code></pre>
  </div>
  <h5 id="C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.html">CharacterQuotationPattern</a>, used to match key work with a sub lexicon.</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_LexiconCharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_C1_Framework_Text_Lexicons_Lexicon_" data-uid="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.#ctor(System.Char,System.Char,System.Char,C1.Framework.Text.Lexicons.Lexicon)">
          <a class="xref" href="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.-ctor.html#C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_C1_Framework_Text_Lexicons_Lexicon_">LexiconCharacterQuotationPattern(char, char, char, Lexicon)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</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_LexiconCharacterQuotationPattern_Filter_System_String_" data-uid="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.Filter(System.String)">
          <a class="xref" href="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.Filter.html#C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern_Filter_System_String_">Filter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Filter the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern_Match_System_String_System_Int32_" data-uid="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.Match(System.String,System.Int32)">
          <a class="xref" href="C1.Framework.Text.Lexicons.LexiconCharacterQuotationPattern.Match.html#C1_Framework_Text_Lexicons_LexiconCharacterQuotationPattern_Match_System_String_System_Int32_">Match(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Match the text form start index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
