# C1.Document.LabeledValues

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_LabeledValues" data-uid="C1.Document.LabeledValues" class="text-break">LabeledValues Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> objects.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlycollection-1">ReadOnlyCollection</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</div>
    <div class="level2"><span class="xref">LabeledValues</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><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;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_LabeledValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LabeledValues : ReadOnlyCollection&lt;LabeledValue&gt;, IList&lt;LabeledValue&gt;, ICollection&lt;LabeledValue&gt;, IList, ICollection, IReadOnlyList&lt;LabeledValue&gt;, IReadOnlyCollection&lt;LabeledValue&gt;, IEnumerable&lt;LabeledValue&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LabeledValues
    Inherits ReadOnlyCollection(Of LabeledValue)
    Implements IList(Of LabeledValue), ICollection(Of LabeledValue), IList, ICollection, IReadOnlyList(Of LabeledValue), IReadOnlyCollection(Of LabeledValue), IEnumerable(Of LabeledValue), IEnumerable</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_Document_LabeledValues__ctor_System_Collections_Generic_IList_C1_Document_LabeledValue__" data-uid="C1.Document.LabeledValues.#ctor(System.Collections.Generic.IList{C1.Document.LabeledValue})">
          <a class="xref" href="C1.Document.LabeledValues.-ctor.html#C1_Document_LabeledValues__ctor_System_Collections_Generic_IList_C1_Document_LabeledValue__">LabeledValues(IList&lt;LabeledValue&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LabeledValues.html">LabeledValues</a> collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_LabeledValues_Empty" data-uid="C1.Document.LabeledValues.Empty">
          <a class="xref" href="C1.Document.LabeledValues.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>The default value of <a class="xref" href="C1.Document.LabeledValues.html">LabeledValues</a> collection.</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_Document_LabeledValues_IndexOfValue_System_Object_" data-uid="C1.Document.LabeledValues.IndexOfValue(System.Object)">
          <a class="xref" href="C1.Document.LabeledValues.IndexOfValue.html#C1_Document_LabeledValues_IndexOfValue_System_Object_">IndexOfValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches <a class="xref" href="C1.Document.LabeledValue.html">LabeledValue</a> object with specified value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
