ICommand
CommandRepository
.GetCommandByIndex(Int32 index)
Gets the commands by index.
Remarks
Examples
Parameters
index
Type: Int32
1 based index.
Return Value
Type: ICommand
Returns the command in the repository at a given index.