Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DummyDisposable ( Action onDisposeAction ) : System |
Initializes a new instance of the DummyDisposable class.
|
public DummyDisposable ( Action onDisposeAction ) : System | ||
onDisposeAction | Action | The action to call on Dispose. |
return | System |