# C1.C1Preview.IndexEntryCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_IndexEntryCollection" data-uid="C1.C1Preview.IndexEntryCollection" class="text-break">IndexEntryCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> objects.
The <a class="xref" href="C1.C1Preview.RenderIndex.Entries.html#C1_C1Preview_RenderIndex_Entries">Entries</a> property on the <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a> class,
and the <a class="xref" href="C1.C1Preview.IndexEntry.Children.html#C1_C1Preview_IndexEntry_Children">Children</a> property on the <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> class
store collections of this type.</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.collectionbase">CollectionBase</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.OwnedCollectionBase.html">OwnedCollectionBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.OwnedCollection.html">OwnedCollection</a></div>
    <div class="level4"><span class="xref">IndexEntryCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_IndexEntryCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IndexEntryCollection : OwnedCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IndexEntryCollection
    Inherits OwnedCollection
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <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_C1Preview_IndexEntryCollection_Item_System_Int32_" data-uid="C1.C1Preview.IndexEntryCollection.Item(System.Int32)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.Item.html#C1_C1Preview_IndexEntryCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_Add_C1_C1Preview_IndexEntry_" data-uid="C1.C1Preview.IndexEntryCollection.Add(C1.C1Preview.IndexEntry)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.Add.html#C1_C1Preview_IndexEntryCollection_Add_C1_C1Preview_IndexEntry_">Add(IndexEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> to the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_GetItemType" data-uid="C1.C1Preview.IndexEntryCollection.GetItemType">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.GetItemType.html#C1_C1Preview_IndexEntryCollection_GetItemType">GetItemType()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_Insert_System_Int32_C1_C1Preview_IndexEntry_" data-uid="C1.C1Preview.IndexEntryCollection.Insert(System.Int32,C1.C1Preview.IndexEntry)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.Insert.html#C1_C1Preview_IndexEntryCollection_Insert_System_Int32_C1_C1Preview_IndexEntry_">Insert(int, IndexEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> into the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.C1Preview.IndexEntryCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.OnInsertComplete.html#C1_C1Preview_IndexEntryCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.C1Preview.IndexEntryCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.OnSetComplete.html#C1_C1Preview_IndexEntryCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IndexEntryCollection_Remove_C1_C1Preview_IndexEntry_" data-uid="C1.C1Preview.IndexEntryCollection.Remove(C1.C1Preview.IndexEntry)">
          <a class="xref" href="C1.C1Preview.IndexEntryCollection.Remove.html#C1_C1Preview_IndexEntryCollection_Remove_C1_C1Preview_IndexEntry_">Remove(IndexEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes an <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> from the current collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a></div>
  </div>

</div>
