# FarPoint.Win.Spread.PairCharValidator.PairChars

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_PairCharValidator_PairChars_" data-uid="FarPoint.Win.Spread.PairCharValidator.PairChars*">PairChars Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_PairCharValidator_PairChars_" data-uid="FarPoint.Win.Spread.PairCharValidator.PairChars*"></a>
<h4 id="FarPoint_Win_Spread_PairCharValidator_PairChars" data-uid="FarPoint.Win.Spread.PairCharValidator.PairChars">PairChars</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a> list that is matched to the specified value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;PairChar&gt; PairChars { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property PairChars As List(Of PairChar)</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a>&gt;</td>
      <td><p>A <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a> list that is matched to the specified value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
