[]
Represents the collection of action objects.
public class ActionCollection : ReadOnlyCollectionBase, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets the specified Action from the collection by numeric index. |
| this[string] | Gets the specified Action from the collection by name. |