[]
        
(Showing Draft Content)

C1.Win.Command.C1Commands.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public C1Command this[int idx] { get; set; }
Parameters
Type Name Description
int idx

this[string]

Gets a command with the specified key from the collection.

Declaration
public C1Command this[string key] { get; }
Parameters
Type Name Description
string key