메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |