Method | Description | |
---|---|---|
AddAction ( IAction action ) : |
Adds an action to the list of actions to be performed.
|
|
Perform ( ) : void |
Performs the actions defined in this list of actions.
|
public AddAction ( IAction action ) : |
||
action | IAction | An |
return |