# GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor*">NamedObjectCollection Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor">NamedObjectCollection()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public NamedObjectCollection()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor_GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection__0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor(GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection{`0})">NamedObjectCollection(NamedObjectCollection&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public NamedObjectCollection(NamedObjectCollection&lt;T&gt; values)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(values As NamedObjectCollection(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="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection</a>&lt;T&gt;</td>
      <td><span class="parametername">values</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> object that contains items for constructing a new collection object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_NamedObjectCollection_1__ctor__0___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection`1.#ctor(`0[])">NamedObjectCollection(T[])</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public NamedObjectCollection(T[] values)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(values As 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>T[]</td>
      <td><span class="parametername">values</span></td>
      <td><p>An <b>Array</b>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
