# FarPoint.Win.Spread.NamedObjectCollection-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_NamedObjectCollection_1" data-uid="FarPoint.Win.Spread.NamedObjectCollection`1" class="text-break">NamedObjectCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents the strongly typed INamedObject object 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;T&gt;</div>
    <div class="level2"><span class="xref">NamedObjectCollection&lt;T&gt;</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.ValidateActionCollection.html">ValidateActionCollection</a></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;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;T&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;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&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="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_NamedObjectCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NamedObjectCollection&lt;T&gt; : Collection&lt;T&gt;, IList&lt;T&gt;, ICollection&lt;T&gt;, IList, ICollection, IReadOnlyList&lt;T&gt;, IReadOnlyCollection&lt;T&gt;, IEnumerable&lt;T&gt;, IEnumerable where T : INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NamedObjectCollection(Of T As INamedObject)
    Inherits Collection(Of T)
    Implements IList(Of T), ICollection(Of T), IList, ICollection, IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h5 id="FarPoint_Win_Spread_NamedObjectCollection_1_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Provides methods and properties to search, and access to items using the Name property of the <a class="xref" href="FarPoint.Win.Spread.INamedObject.html">INamedObject</a> object.</p>
</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="FarPoint_Win_Spread_NamedObjectCollection_1__ctor" data-uid="FarPoint.Win.Spread.NamedObjectCollection`1.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.NamedObjectCollection-1.-ctor.html#FarPoint_Win_Spread_NamedObjectCollection_1__ctor">NamedObjectCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> class.</p>
</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="FarPoint_Win_Spread_NamedObjectCollection_1_Item_System_String_" data-uid="FarPoint.Win.Spread.NamedObjectCollection`1.Item(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.NamedObjectCollection-1.Item.html#FarPoint_Win_Spread_NamedObjectCollection_1_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element with the specified name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
