Method | Description | |
---|---|---|
ActionDisposable ( System.Action disposingAction ) : System |
Initializes a new instance of the ActionDisposable class.
|
|
Dispose ( ) : void |
Disposes the struct, calling the action provided on initialization.
|
public ActionDisposable ( System.Action disposingAction ) : System | ||
disposingAction | System.Action | The disposing action. |
return | System |