# C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_C1CollectionItemConverterAttribute" data-uid="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute" class="text-break">C1CollectionItemConverterAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Defines the attribute to specify the collection item converter.</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.attribute">Attribute</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Serialization.C1ConverterAttribute.html">C1ConverterAttribute</a></div>
    <div class="level3"><span class="xref">C1CollectionItemConverterAttribute</span></div>
      <div class="level4"><a class="xref" href="C1.JsonNet.CollectionItemTypeAttribute.html">CollectionItemTypeAttribute</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Serialization.html">C1.Web.Mvc.Serialization</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Serialization_C1CollectionItemConverterAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public abstract class C1CollectionItemConverterAttribute : C1ConverterAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.PropertyOrAttributeTargets.Field, AllowMultiple:=False)&gt;
Public MustInherit Class C1CollectionItemConverterAttribute
    Inherits C1ConverterAttribute</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_Web_Mvc_Serialization_C1CollectionItemConverterAttribute__ctor_System_Type_" data-uid="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.#ctor(System.Type)">
          <a class="xref" href="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.-ctor.html#C1_Web_Mvc_Serialization_C1CollectionItemConverterAttribute__ctor_System_Type_">C1CollectionItemConverterAttribute(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.html">C1CollectionItemConverterAttribute</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_C1CollectionItemConverterAttribute__ctor_System_Type_System_Object___" data-uid="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.#ctor(System.Type,System.Object[])">
          <a class="xref" href="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.-ctor.html#C1_Web_Mvc_Serialization_C1CollectionItemConverterAttribute__ctor_System_Type_System_Object___">C1CollectionItemConverterAttribute(Type, params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute.html">C1CollectionItemConverterAttribute</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
