ActionCollection Class

Definition

Represents a collection of Action objects. This class cannot be inherited.

public ref class ActionCollection sealed
public sealed class ActionCollection
type ActionCollection = class
Public NotInheritable Class ActionCollection
Inheritance
ActionCollection

Constructors

Name Description
ActionCollection()

Initializes a new instance of the ActionCollection class.

Properties

Name Description
Count

Gets the number of items in the collection.

Item[Int32]

Gets an item from the collection at the specified index.

Methods

Name Description
Add(Action)

Adds an Action object to the collection.

Applies to