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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Get the number of Actions actually contained in the ActionCollection
Public propertyIsReadOnly
Get a value indicating whether this collection is read-only.
Public propertyItem
Get an Action by zero-based index from the ActionCollection.

See Also