[]
        
(Showing Draft Content)

C1.Win.C1Command.C1Commands

C1Commands Class

Represents a collection of C1Command

Inheritance
C1Commands
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[ListBindable(false)]
public class C1Commands : ArrayList, IList, ICollection, IEnumerable, ICloneable

Constructors

Name Description
C1Commands(C1CommandHolder)

Initializes a new instance of the C1Commands class.

Properties

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.

Methods

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.