# C1.Win.Command.C1TopicLinkCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1TopicLinkCollection" data-uid="C1.Win.Command.C1TopicLinkCollection" class="text-break">C1TopicLinkCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of C1TopicLink objects.</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"><span class="xref">C1TopicLinkCollection</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.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1TopicLinkCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TopicLinkCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TopicLinkCollection
    Inherits CollectionBase
    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_Win_Command_C1TopicLinkCollection_Item_System_Int32_" data-uid="C1.Win.Command.C1TopicLinkCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.Item.html#C1_Win_Command_C1TopicLinkCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the link 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_Win_Command_C1TopicLinkCollection_Add_C1_Win_Command_C1TopicLink_" data-uid="C1.Win.Command.C1TopicLinkCollection.Add(C1.Win.Command.C1TopicLink)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.Add.html#C1_Win_Command_C1TopicLinkCollection_Add_C1_Win_Command_C1TopicLink_">Add(C1TopicLink)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified link to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_Contains_C1_Win_Command_C1TopicLink_" data-uid="C1.Win.Command.C1TopicLinkCollection.Contains(C1.Win.Command.C1TopicLink)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.Contains.html#C1_Win_Command_C1TopicLinkCollection_Contains_C1_Win_Command_C1TopicLink_">Contains(C1TopicLink)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specified link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_IndexOf_C1_Win_Command_C1TopicLink_" data-uid="C1.Win.Command.C1TopicLinkCollection.IndexOf(C1.Win.Command.C1TopicLink)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.IndexOf.html#C1_Win_Command_C1TopicLinkCollection_IndexOf_C1_Win_Command_C1TopicLink_">IndexOf(C1TopicLink)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the specified link and returns the zero-based index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_Insert_System_Int32_C1_Win_Command_C1TopicLink_" data-uid="C1.Win.Command.C1TopicLinkCollection.Insert(System.Int32,C1.Win.Command.C1TopicLink)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.Insert.html#C1_Win_Command_C1TopicLinkCollection_Insert_System_Int32_C1_Win_Command_C1TopicLink_">Insert(int, C1TopicLink)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the link into the specified zero-based position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_OnClearComplete" data-uid="C1.Win.Command.C1TopicLinkCollection.OnClearComplete">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.OnClearComplete.html#C1_Win_Command_C1TopicLinkCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.Command.C1TopicLinkCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.OnInsert.html#C1_Win_Command_C1TopicLinkCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.Command.C1TopicLinkCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.OnInsertComplete.html#C1_Win_Command_C1TopicLinkCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.Command.C1TopicLinkCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.OnRemoveComplete.html#C1_Win_Command_C1TopicLinkCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.Command.C1TopicLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.OnSetComplete.html#C1_Win_Command_C1TopicLinkCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLinkCollection_Remove_C1_Win_Command_C1TopicLink_" data-uid="C1.Win.Command.C1TopicLinkCollection.Remove(C1.Win.Command.C1TopicLink)">
          <a class="xref" href="C1.Win.Command.C1TopicLinkCollection.Remove.html#C1_Win_Command_C1TopicLinkCollection_Remove_C1_Win_Command_C1TopicLink_">Remove(C1TopicLink)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specified link from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
