# FarPoint.Win.CaptionsArrayList.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_CaptionsArrayList__ctor_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor*">CaptionsArrayList Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_CaptionsArrayList__ctor_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor*"></a>
<h4 id="FarPoint_Win_CaptionsArrayList__ctor" data-uid="FarPoint.Win.CaptionsArrayList.#ctor">CaptionsArrayList()</h4>
<div class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CaptionsArrayList()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_CaptionsArrayList__ctor_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor*"></a>
<h4 id="FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.Collections.ArrayList,System.String)">CaptionsArrayList(ArrayList, string)</h4>
<div class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CaptionsArrayList(ArrayList captions, string listName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(captions As ArrayList, listName As String)</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><span class="xref">ArrayList</span></td>
      <td><span class="parametername">captions</span></td>
      <td><p>Array list of captions</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">listName</span></td>
      <td><p>List name</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_CaptionsArrayList__ctor_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor*"></a>
<h4 id="FarPoint_Win_CaptionsArrayList__ctor_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.String)">CaptionsArrayList(string)</h4>
<div class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CaptionsArrayList(string listName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(listName As String)</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.string">string</a></td>
      <td><span class="parametername">listName</span></td>
      <td><p>List name</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_CaptionsArrayList__ctor_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor*"></a>
<h4 id="FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.Collections.ArrayList)">CaptionsArrayList(ArrayList)</h4>
<div class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CaptionsArrayList(ArrayList captions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(captions As ArrayList)</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><span class="xref">ArrayList</span></td>
      <td><span class="parametername">captions</span></td>
      <td><p>Array list of captions</p>
</td>
    </tr>
  </tbody>
</table>
</div>
