# C1.C1Preview.IndexEntryCollection.GetItemType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_IndexEntryCollection_GetItemType_" data-uid="C1.C1Preview.IndexEntryCollection.GetItemType*">GetItemType Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_IndexEntryCollection_GetItemType_" data-uid="C1.C1Preview.IndexEntryCollection.GetItemType*"></a>
<h4 id="C1_C1Preview_IndexEntryCollection_GetItemType" data-uid="C1.C1Preview.IndexEntryCollection.GetItemType">GetItemType()</h4>
<div class="markdown level1 summary"><p>Returns the type of items in the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override Type GetItemType()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function GetItemType() As Type</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></td>
      <td><p><a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.C1Preview.OwnedCollection.GetItemType.html#C1_C1Preview_OwnedCollection_GetItemType">OwnedCollection.GetItemType()</a></div>
</div>
