[]
Gets or sets the element at the specified index.
public C1Command this[int idx] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | idx |
Gets a command with the specified key from the collection.
public C1Command this[string key] { get; }
| Type | Name | Description |
|---|---|---|
| string | key |