Property this
this[int]
Get the command at the specified index.
Declaration
public UndoCommand this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the command. |
Property Value
Type | Description |
---|---|
UndoCommand |