# C1.Framework.Text.Lexicons.RelationSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_RelationSet" data-uid="C1.Framework.Text.Lexicons.RelationSet" class="text-break">RelationSet Class
</h1>
  <div class="markdown level0 summary"><p>Define a relation collection.</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">RelationSet</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_RelationSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RelationSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RelationSet</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_Framework_Text_Lexicons_RelationSet__ctor" data-uid="C1.Framework.Text.Lexicons.RelationSet.#ctor">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.-ctor.html#C1_Framework_Text_Lexicons_RelationSet__ctor">RelationSet()</a>
        </td>
        <td class="markdown level1 summary"></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_RelationSet_Relations" data-uid="C1.Framework.Text.Lexicons.RelationSet.Relations">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.Relations.html#C1_Framework_Text_Lexicons_RelationSet_Relations">Relations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the constraints;</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_RelationSet_Add_C1_Framework_Text_Lexicons_IRelation_" data-uid="C1.Framework.Text.Lexicons.RelationSet.Add(C1.Framework.Text.Lexicons.IRelation)">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.Add.html#C1_Framework_Text_Lexicons_RelationSet_Add_C1_Framework_Text_Lexicons_IRelation_">Add(IRelation)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a relation to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_RelationSet_Form_System_Object___" data-uid="C1.Framework.Text.Lexicons.RelationSet.Form(System.Object[])">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.Form.html#C1_Framework_Text_Lexicons_RelationSet_Form_System_Object___">Form(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Form the end set to the start set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_RelationSet_Remove_C1_Framework_Text_Lexicons_IRelation_" data-uid="C1.Framework.Text.Lexicons.RelationSet.Remove(C1.Framework.Text.Lexicons.IRelation)">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.Remove.html#C1_Framework_Text_Lexicons_RelationSet_Remove_C1_Framework_Text_Lexicons_IRelation_">Remove(IRelation)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the relation form the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_RelationSet_To_System_Object___" data-uid="C1.Framework.Text.Lexicons.RelationSet.To(System.Object[])">
          <a class="xref" href="C1.Framework.Text.Lexicons.RelationSet.To.html#C1_Framework_Text_Lexicons_RelationSet_To_System_Object___">To(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Form the start set to end set.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
