[This is preliminary documentation and subject to change.]
Retrieves the action based on the action's index in the collection.
Retrieves the action based on the action's index in the collection.
public virtual Action this[int] {get;}
Retrieves the action based on the action Id.
public virtual Action this[string] {get;}
ActionCollection Class | LaMarvin.Constable.Model Namespace