ActionCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Action objects. This class cannot be inherited.
The ActionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActionCollection() | Initializes a new instance of the ActionCollection class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(Action) | Adds an Action object to the collection. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. |
![]() |
Item[Int32] | Gets an item from the collection at the specified index. |
Top