# C1.Document.LabeledValues.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_LabeledValues__ctor_" data-uid="C1.Document.LabeledValues.#ctor*">LabeledValues Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_LabeledValues__ctor_" data-uid="C1.Document.LabeledValues.#ctor*"></a>
<h4 id="C1_Document_LabeledValues__ctor_System_Collections_Generic_IList_C1_Document_LabeledValue__" data-uid="C1.Document.LabeledValues.#ctor(System.Collections.Generic.IList{C1.Document.LabeledValue})">LabeledValues(IList&lt;LabeledValue&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LabeledValues.html">LabeledValues</a> collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LabeledValues(IList&lt;LabeledValue&gt; items)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(items As IList(Of LabeledValue))</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.ilist-1">IList</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</td>
      <td><span class="parametername">items</span></td>
      <td><p>The list of the <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> objects.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
