The ActionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept all actions in this collection (in the order the collection contains the actions).
| |
| Add |
Adds an Action to the end of the ActionCollection.
| |
| AddRange |
Adds the entries in an array of actions to the end of the ActionCollection.
| |
| Clear |
Removes all actions from the ActionCollection.
| |
| Contains |
Determine whether an Action is in the ActionCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Action in the ActionCollection.
| |
| Insert |
Insert an Action on a specific place in this ActionCollection.
| |
| InsertRange |
Insert the entries in an array of Actions to the specific locations in the ActionCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes an Action from this ActionCollection.
| |
| RemoveAt |
Removes an Action from the ActionCollection at the specified index.
| |
| RemoveRange |
Removes multiple actions from the collection.
| |
| ToString | (Inherited from Object.) |