[]
Represents a collection of C1Command
[ListBindable(false)]
public class C1Commands : ArrayList, IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
C1Commands(C1CommandHolder) | Initializes a new instance of the C1Commands class. |
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
this[string] | Gets a command with the specified key from the collection. |
Name | Description |
---|---|
Add(object) | Adds an object to the end. |
AddRange(ICollection) | Adds the elements of an ICollection to the end. |
Clear() | Removes all elements |
IndexOfKey(string) | Returns the index of the first occurrence of the C1Command with the specified key. |
Insert(int, object) | Inserts an element into the C1Commands at the specified index. |
InsertRange(int, ICollection) | Inserts the elements of a collection into the C1Commands at the specified index. |
RemoveAt(int) | Removes the element at the specified index. |
RemoveRange(int, int) | Removes a range of elements |
SetRange(int, ICollection) | Copies the elements of a collection over a range of elements. |