Méthode | Description | |
---|---|---|
ActionDisposable ( Action disposeAction ) : System |
Constructs a new disposable with the given action used for disposal.
|
|
Dispose ( ) : void |
Calls the defined Action.
|
public ActionDisposable ( Action disposeAction ) : System | ||
disposeAction | Action | The action that is called upon disposal. |
Résultat | System |