Method | Description | |
---|---|---|
Execute ( ) : void |
Executes the action. This only happens if the action's owner is still alive.
|
|
MarkForDeletion ( ) : void |
Sets the reference that this instance stores to null.
|
|
WeakAction ( object target, System.Action action ) : System |
Initializes a new instance of the WeakAction class.
|
public WeakAction ( object target, System.Action action ) : System | ||
target | object | The action's owner. |
action | System.Action | The action that will be associated to this instance. |
return | System |