# FarPoint.Win.Spread.PairChar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_PairChar" data-uid="FarPoint.Win.Spread.PairChar" class="text-break">PairChar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a character pair.</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">PairChar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_PairChar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PairChar._a))]
public class PairChar : ICloneable, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PairChar._a))&gt;
Public Class PairChar
    Implements ICloneable, ISerializable, ISerializeSupport</code></pre>
  </div>
  <h5 id="FarPoint_Win_Spread_PairChar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The PairChar describes a character pair, for example, pair brackets &quot;( )&quot;. This PairChar's <a class="xref" href="FarPoint.Win.Spread.PairChar.Left.html#FarPoint_Win_Spread_PairChar_Left">Left</a> is &quot;(&quot;, and <a class="xref" href="FarPoint.Win.Spread.PairChar.Right.html#FarPoint_Win_Spread_PairChar_Right">Right</a> is &quot;)&quot;.</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="FarPoint_Win_Spread_PairChar__ctor" data-uid="FarPoint.Win.Spread.PairChar.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.-ctor.html#FarPoint_Win_Spread_PairChar__ctor">PairChar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar__ctor_System_Char_System_Char_" data-uid="FarPoint.Win.Spread.PairChar.#ctor(System.Char,System.Char)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.-ctor.html#FarPoint_Win_Spread_PairChar__ctor_System_Char_System_Char_">PairChar(char, char)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a> class with specified left and right characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PairChar.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.-ctor.html#FarPoint_Win_Spread_PairChar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">PairChar(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</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="FarPoint_Win_Spread_PairChar_Left" data-uid="FarPoint.Win.Spread.PairChar.Left">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Left.html#FarPoint_Win_Spread_PairChar_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left character of the pair.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_Right" data-uid="FarPoint.Win.Spread.PairChar.Right">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Right.html#FarPoint_Win_Spread_PairChar_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right character of the pair.</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="FarPoint_Win_Spread_PairChar_Clone" data-uid="FarPoint.Win.Spread.PairChar.Clone">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Clone.html#FarPoint_Win_Spread_PairChar_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an exact copy of the current <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.PairChar.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Deserialize.html#FarPoint_Win_Spread_PairChar_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_Equals_System_Object_" data-uid="FarPoint.Win.Spread.PairChar.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Equals.html#FarPoint_Win_Spread_PairChar_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_GetHashCode" data-uid="FarPoint.Win.Spread.PairChar.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.GetHashCode.html#FarPoint_Win_Spread_PairChar_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code of the current <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PairChar.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.GetObjectData.html#FarPoint_Win_Spread_PairChar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.PairChar.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.Serialize.html#FarPoint_Win_Spread_PairChar_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PairChar_ToString" data-uid="FarPoint.Win.Spread.PairChar.ToString">
          <a class="xref" href="FarPoint.Win.Spread.PairChar.ToString.html#FarPoint_Win_Spread_PairChar_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string representation of the <a class="xref" href="FarPoint.Win.Spread.PairChar.html">PairChar</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
