# C1.WPF.RichTextBox.Documents.ProxyCollection-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_ProxyCollection_1" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1" class="text-break">ProxyCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Collection class used in <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> inherited classes.</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">ProxyCollection&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.generic.ienumerable-1">IEnumerable</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.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProxyCollection&lt;T&gt; : IList&lt;T&gt;, ICollection&lt;T&gt;, IEnumerable&lt;T&gt;, IList, ICollection, IEnumerable where T : C1TextElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProxyCollection(Of T As C1TextElement)
    Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IList, ICollection, IEnumerable</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><p>The type of items in the collection.</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_WPF_RichTextBox_Documents_ProxyCollection_1_Count" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Count">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Count.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Count">Count</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsFixedSize" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.IsFixedSize">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.IsFixedSize.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsFixedSize">IsFixedSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsReadOnly" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.IsReadOnly">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.IsReadOnly.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsSynchronized" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.IsSynchronized">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.IsSynchronized.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Item_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Item(System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Item.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_SyncRoot" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.SyncRoot">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.SyncRoot.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_RichTextBox_Documents_ProxyCollection_1_Add_System_Object_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Add(System.Object)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Add.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Add__0_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Add(`0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Add.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Add__0_">Add(T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Clear" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Clear">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Clear.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Contains_System_Object_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Contains(System.Object)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Contains.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Contains__0_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Contains(`0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Contains.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Contains__0_">Contains(T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_CopyTo_System_Array_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.CopyTo.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_CopyTo__0___System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.CopyTo(`0[],System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.CopyTo.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_CopyTo__0___System_Int32_">CopyTo(T[], int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_GetEnumerator" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.GetEnumerator">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.GetEnumerator.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_IndexOf_System_Object_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.IndexOf(System.Object)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.IndexOf.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_IndexOf__0_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.IndexOf(`0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.IndexOf.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_IndexOf__0_">IndexOf(T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Insert_System_Int32_System_Object_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Insert.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Insert_System_Int32__0_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Insert(System.Int32,`0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Insert.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Insert_System_Int32__0_">Insert(int, T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Remove_System_Object_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Remove(System.Object)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Remove.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_Remove__0_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.Remove(`0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.Remove.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_Remove__0_">Remove(T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_ProxyCollection_1_RemoveAt_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.ProxyCollection`1.RemoveAt(System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.RemoveAt.html#C1_WPF_RichTextBox_Documents_ProxyCollection_1_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
