[]
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. |
Name | Description |
---|---|
Contains(Action) | Determines whether the specified Action exists in the collection. |
CopyTo(Action[], int) | Copies the collection of Actions beginning with the specified index to the specified array of Action objects. |
IndexOf(Action) | Gets the current index of the specified Action in the collection. |