C# Class SeeingSharp.Util.DummyDisposable

Dummy class that implements IDisposable.
Inheritance: IDisposable
Mostra file Open project: RolandKoenig/SeeingSharp2

Public Methods

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.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

DummyDisposable() public method

Initializes a new instance of the DummyDisposable class.
public DummyDisposable ( Action onDisposeAction ) : System
onDisposeAction Action The action to call on Dispose.
return System