The ActionCollection type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept all actions in this collection (in the order the collection contains the actions).
Public methodAdd
Adds an Action to the end of the ActionCollection.
Public methodAddRange
Adds the entries in an array of actions to the end of the ActionCollection.
Public methodClear
Removes all actions from the ActionCollection.
Public methodContains
Determine whether an Action is in the ActionCollection.
Public methodExecute
Excute all actions in this collection (in the order the collection contains the actions).
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified Action in the ActionCollection.
Public methodInsert
Insert an Action on a specific place in this ActionCollection.
Public methodInsertRange
Insert the entries in an array of Actions to the specific locations in the ActionCollection.
Public methodRemove
Removes an Action from this ActionCollection.
Public methodRemoveAt
Removes an Action from the ActionCollection at the specified index.
Public methodRemoveRange
Removes multiple actions from the collection.

See Also