# C1.Win.Command.C1Commands

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1Commands" data-uid="C1.Win.Command.C1Commands" class="text-break">C1Commands Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of C1Command</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.arraylist">ArrayList</a></div>
    <div class="level2"><span class="xref">C1Commands</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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.10.dll</h6>
  <h5 id="C1_Win_Command_C1Commands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class C1Commands : ArrayList, IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class C1Commands
    Inherits ArrayList
    Implements IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <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_Win_Command_C1Commands__ctor_C1_Win_Command_C1CommandHolder_" data-uid="C1.Win.Command.C1Commands.#ctor(C1.Win.Command.C1CommandHolder)">
          <a class="xref" href="C1.Win.Command.C1Commands.-ctor.html#C1_Win_Command_C1Commands__ctor_C1_Win_Command_C1CommandHolder_">C1Commands(C1CommandHolder)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1Commands 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_Win_Command_C1Commands_Item_System_Int32_" data-uid="C1.Win.Command.C1Commands.Item(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1Commands.Item.html#C1_Win_Command_C1Commands_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_Win_Command_C1Commands_Item_System_String_" data-uid="C1.Win.Command.C1Commands.Item(System.String)">
          <a class="xref" href="C1.Win.Command.C1Commands.Item.html#C1_Win_Command_C1Commands_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a command with the specified key from the collection.</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_C1Commands_Add_System_Object_" data-uid="C1.Win.Command.C1Commands.Add(System.Object)">
          <a class="xref" href="C1.Win.Command.C1Commands.Add.html#C1_Win_Command_C1Commands_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an object to the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_AddRange_System_Collections_ICollection_" data-uid="C1.Win.Command.C1Commands.AddRange(System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1Commands.AddRange.html#C1_Win_Command_C1Commands_AddRange_System_Collections_ICollection_">AddRange(ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of an ICollection to the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_Clear" data-uid="C1.Win.Command.C1Commands.Clear">
          <a class="xref" href="C1.Win.Command.C1Commands.Clear.html#C1_Win_Command_C1Commands_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_IndexOfKey_System_String_" data-uid="C1.Win.Command.C1Commands.IndexOfKey(System.String)">
          <a class="xref" href="C1.Win.Command.C1Commands.IndexOfKey.html#C1_Win_Command_C1Commands_IndexOfKey_System_String_">IndexOfKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the first occurrence of the C1Command with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_Insert_System_Int32_System_Object_" data-uid="C1.Win.Command.C1Commands.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1Commands.Insert.html#C1_Win_Command_C1Commands_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the C1Commands at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_InsertRange_System_Int32_System_Collections_ICollection_" data-uid="C1.Win.Command.C1Commands.InsertRange(System.Int32,System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1Commands.InsertRange.html#C1_Win_Command_C1Commands_InsertRange_System_Int32_System_Collections_ICollection_">InsertRange(int, ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the elements of a collection into the C1Commands at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_RemoveAt_System_Int32_" data-uid="C1.Win.Command.C1Commands.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1Commands.RemoveAt.html#C1_Win_Command_C1Commands_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_RemoveRange_System_Int32_System_Int32_" data-uid="C1.Win.Command.C1Commands.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1Commands.RemoveRange.html#C1_Win_Command_C1Commands_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of elements</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1Commands_SetRange_System_Int32_System_Collections_ICollection_" data-uid="C1.Win.Command.C1Commands.SetRange(System.Int32,System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1Commands.SetRange.html#C1_Win_Command_C1Commands_SetRange_System_Int32_System_Collections_ICollection_">SetRange(int, ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of a collection over a range of elements.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
