# C1.DataCollection.ILoadedItem-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_ILoadedItem_1" data-uid="C1.DataCollection.ILoadedItem`1" class="text-break">ILoadedItem&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Contains information about the items that has been loaded so far.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_ILoadedItem_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILoadedItem&lt;out T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ILoadedItem(Of Out T)</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>
  <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="C1_DataCollection_ILoadedItem_1_Index" data-uid="C1.DataCollection.ILoadedItem`1.Index">
          <a class="xref" href="C1.DataCollection.ILoadedItem-1.Index.html#C1_DataCollection_ILoadedItem_1_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ILoadedItem_1_Item" data-uid="C1.DataCollection.ILoadedItem`1.Item">
          <a class="xref" href="C1.DataCollection.ILoadedItem-1.Item.html#C1_DataCollection_ILoadedItem_1_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
