ActionInfo.Key Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ActionInfo.Key class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ActionInfo.Key() | Initializes a new instance of the ActionInfo.Key class. | |
ActionInfo.Key(String) | Initializes a new instance of the ActionInfo.Key class from the name of an Action object provided by the name parameter. | |
ActionInfo.Key(ActionInfo.Key) | Initializes a new instance of the ActionInfo.Key class from a ActionInfo.Key object provided by the other parameter. |
Top