# C1.DataCollection.C1DataCollectionList-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_C1DataCollectionList_1" data-uid="C1.DataCollection.C1DataCollectionList`1" class="text-break">C1DataCollectionList&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Data collection wrapper for exposing it as a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a>.</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"><span class="xref">C1DataCollectionList&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;T&gt;</div>
    <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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_C1DataCollectionList_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1DataCollectionList&lt;T&gt; : IList&lt;T&gt;, ICollection&lt;T&gt;, IList, ICollection, IReadOnlyList&lt;T&gt;, IReadOnlyCollection&lt;T&gt;, IEnumerable&lt;T&gt;, IEnumerable, INotifyCollectionChanged, IDisposable where T : class?</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1DataCollectionList(Of T As Class)
    Implements IList(Of T), ICollection(Of T), IList, ICollection, IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged, IDisposable</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="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_DataCollection_C1DataCollectionList_1__ctor_C1_DataCollection_IDataCollection__0__" data-uid="C1.DataCollection.C1DataCollectionList`1.#ctor(C1.DataCollection.IDataCollection{`0})">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.-ctor.html#C1_DataCollection_C1DataCollectionList_1__ctor_C1_DataCollection_IDataCollection__0__">C1DataCollectionList(IDataCollection&lt;T&gt;?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.html">C1DataCollectionList&lt;T&gt;</a> class.</p>
</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_C1DataCollectionList_1_Count" data-uid="C1.DataCollection.C1DataCollectionList`1.Count">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Count.html#C1_DataCollection_C1DataCollectionList_1_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_DataCollection" data-uid="C1.DataCollection.C1DataCollectionList`1.DataCollection">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.DataCollection.html#C1_DataCollection_C1DataCollectionList_1_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data collection this list is wrapping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IsDisposed" data-uid="C1.DataCollection.C1DataCollectionList`1.IsDisposed">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IsDisposed.html#C1_DataCollection_C1DataCollectionList_1_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IsFixedSize" data-uid="C1.DataCollection.C1DataCollectionList`1.IsFixedSize">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IsFixedSize.html#C1_DataCollection_C1DataCollectionList_1_IsFixedSize">IsFixedSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection size can change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IsReadOnly" data-uid="C1.DataCollection.C1DataCollectionList`1.IsReadOnly">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IsReadOnly.html#C1_DataCollection_C1DataCollectionList_1_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IsSynchronized" data-uid="C1.DataCollection.C1DataCollectionList`1.IsSynchronized">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IsSynchronized.html#C1_DataCollection_C1DataCollectionList_1_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether access to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> is synchronized (thread safe).</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Item_System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.Item(System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Item.html#C1_DataCollection_C1DataCollectionList_1_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>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_SyncRoot" data-uid="C1.DataCollection.C1DataCollectionList`1.SyncRoot">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.SyncRoot.html#C1_DataCollection_C1DataCollectionList_1_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize access to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</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_DataCollection_C1DataCollectionList_1_Add__0_" data-uid="C1.DataCollection.C1DataCollectionList`1.Add(`0)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Add.html#C1_DataCollection_C1DataCollectionList_1_Add__0_">Add(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_AddRange_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataCollection.C1DataCollectionList`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.AddRange.html#C1_DataCollection_C1DataCollectionList_1_AddRange_System_Collections_Generic_IEnumerable__0__">AddRange(IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a range of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Clear" data-uid="C1.DataCollection.C1DataCollectionList`1.Clear">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Clear.html#C1_DataCollection_C1DataCollectionList_1_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Contains_System_Object_" data-uid="C1.DataCollection.C1DataCollectionList`1.Contains(System.Object)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Contains.html#C1_DataCollection_C1DataCollectionList_1_Contains_System_Object_">Contains(object?)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Contains__0_" data-uid="C1.DataCollection.C1DataCollectionList`1.Contains(`0)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Contains.html#C1_DataCollection_C1DataCollectionList_1_Contains__0_">Contains(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_CopyTo_System_Array_System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.CopyTo.html#C1_DataCollection_C1DataCollectionList_1_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>, starting at a particular <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_CopyTo__0___System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.CopyTo(`0[],System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.CopyTo.html#C1_DataCollection_C1DataCollectionList_1_CopyTo__0___System_Int32_">CopyTo(T[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>, starting at a particular <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Dispose_System_Boolean_" data-uid="C1.DataCollection.C1DataCollectionList`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Dispose.html#C1_DataCollection_C1DataCollectionList_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to dispose resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_GetEnumerator" data-uid="C1.DataCollection.C1DataCollectionList`1.GetEnumerator">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.GetEnumerator.html#C1_DataCollection_C1DataCollectionList_1_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through a collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IndexOf_System_Object_" data-uid="C1.DataCollection.C1DataCollectionList`1.IndexOf(System.Object)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IndexOf.html#C1_DataCollection_C1DataCollectionList_1_IndexOf_System_Object_">IndexOf(object?)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific item in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_IndexOf__0_" data-uid="C1.DataCollection.C1DataCollectionList`1.IndexOf(`0)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.IndexOf.html#C1_DataCollection_C1DataCollectionList_1_IndexOf__0_">IndexOf(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific item in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Insert_System_Int32_System_Object_" data-uid="C1.DataCollection.C1DataCollectionList`1.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Insert.html#C1_DataCollection_C1DataCollectionList_1_Insert_System_Int32_System_Object_">Insert(int, object?)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Insert_System_Int32__0_" data-uid="C1.DataCollection.C1DataCollectionList`1.Insert(System.Int32,`0)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Insert.html#C1_DataCollection_C1DataCollectionList_1_Insert_System_Int32__0_">Insert(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_InsertRange_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataCollection.C1DataCollectionList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.InsertRange.html#C1_DataCollection_C1DataCollectionList_1_InsertRange_System_Int32_System_Collections_Generic_IEnumerable__0__">InsertRange(int, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a range of items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Move_System_Int32_System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.Move(System.Int32,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Move.html#C1_DataCollection_C1DataCollectionList_1_Move_System_Int32_System_Int32_">Move(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the item at the <code class="paramref">from</code> position to <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.DataCollection.C1DataCollectionList`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.OnCollectionChanged.html#C1_DataCollection_C1DataCollectionList_1_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnCollectionChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CollectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Remove_System_Object_" data-uid="C1.DataCollection.C1DataCollectionList`1.Remove(System.Object)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Remove.html#C1_DataCollection_C1DataCollectionList_1_Remove_System_Object_">Remove(object?)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_Remove__0_" data-uid="C1.DataCollection.C1DataCollectionList`1.Remove(`0)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.Remove.html#C1_DataCollection_C1DataCollectionList_1_Remove__0_">Remove(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_RemoveAt_System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.RemoveAt(System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.RemoveAt.html#C1_DataCollection_C1DataCollectionList_1_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> item at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_RemoveRange_System_Int32_System_Int32_" data-uid="C1.DataCollection.C1DataCollectionList`1.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.RemoveRange.html#C1_DataCollection_C1DataCollectionList_1_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_ReplaceRange_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataCollection.C1DataCollectionList`1.ReplaceRange(System.Int32,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.ReplaceRange.html#C1_DataCollection_C1DataCollectionList_1_ReplaceRange_System_Int32_System_Collections_Generic_IEnumerable__0__">ReplaceRange(int, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces a range of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_SetSource_C1_DataCollection_IDataCollection__0__" data-uid="C1.DataCollection.C1DataCollectionList`1.SetSource(C1.DataCollection.IDataCollection{`0})">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.SetSource.html#C1_DataCollection_C1DataCollectionList_1_SetSource_C1_DataCollection_IDataCollection__0__">SetSource(IDataCollection&lt;T&gt;?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the data collection that this list wraps.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_C1DataCollectionList_1_CollectionChanged" data-uid="C1.DataCollection.C1DataCollectionList`1.CollectionChanged">
          <a class="xref" href="C1.DataCollection.C1DataCollectionList-1.CollectionChanged.html">CollectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the items in the collection changed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AsDataCollection.html#C1_DataCollection_IDataCollectionEx_AsDataCollection__1_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.AsDataCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ToDataCollection.html#C1_DataCollection_IDataCollectionEx_ToDataCollection__1_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.ToDataCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IReadOnlyListEx.IndexOf.html#C1_DataCollection_IReadOnlyListEx_IndexOf__1_System_Collections_Generic_IReadOnlyList___0____0_">IReadOnlyListEx.IndexOf&lt;T&gt;(IReadOnlyList&lt;T&gt;, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AsDataCollection.html#C1_DataCollection_IDataCollectionEx_AsDataCollection__1_System_Collections_IEnumerable_">IDataCollectionEx.AsDataCollection&lt;T&gt;(IEnumerable)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ToDataCollection.html#C1_DataCollection_IDataCollectionEx_ToDataCollection__1_System_Collections_IEnumerable_">IDataCollectionEx.ToDataCollection&lt;T&gt;(IEnumerable)</a>
  </div>

</div>
