# FarPoint.Win.Spread.RangeElement-1.JointList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_RangeElement_1_JointList_" data-uid="FarPoint.Win.Spread.RangeElement`1.JointList*">JointList Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_RangeElement_1_JointList_" data-uid="FarPoint.Win.Spread.RangeElement`1.JointList*"></a>
<h4 id="FarPoint_Win_Spread_RangeElement_1_JointList_System_Collections_Generic_List_FarPoint_Win_Spread_RangeElement__0___System_Collections_Generic_List_FarPoint_Win_Spread_RangeElement__0___" data-uid="FarPoint.Win.Spread.RangeElement`1.JointList(System.Collections.Generic.List{FarPoint.Win.Spread.RangeElement{`0}},System.Collections.Generic.List{FarPoint.Win.Spread.RangeElement{`0}})">JointList(List&lt;RangeElement&lt;T&gt;&gt;, List&lt;RangeElement&lt;T&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Joins the list of two <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> objects to form a new list of <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> objects.
The element of the new list is created by intersecting the element of the first list with the element of the second list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static List&lt;RangeElement&lt;T&gt;&gt; JointList(List&lt;RangeElement&lt;T&gt;&gt; firstList, List&lt;RangeElement&lt;T&gt;&gt; secondList)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function JointList(firstList As List(Of RangeElement(Of T)), secondList As List(Of RangeElement(Of T))) As List(Of RangeElement(Of T))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</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.RangeElement-1.html">RangeElement</a>&lt;T&gt;&gt;</td>
      <td><span class="parametername">firstList</span></td>
      <td><p>The first list</p>
</td>
    </tr>
    <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.RangeElement-1.html">RangeElement</a>&lt;T&gt;&gt;</td>
      <td><span class="parametername">secondList</span></td>
      <td><p>The second list</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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.RangeElement-1.html">RangeElement</a>&lt;T&gt;&gt;</td>
      <td><p>The new list of <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> objects.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
