Property this
this[int]
Gets the command at the given index.
Declaration
public UndoCommand this[int idx] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | idx | The index of the command. |
Property Value
Type | Description |
---|---|
UndoCommand | The command at the given index, or null if the index is out of range. |