![]() |
Paradox Game Engine
v1.0.0 beta06
|
This class is an implementation of the IDisposable interface that does nothing when disposed. More...
Public Member Functions | |
| void | Dispose () |
| Implementation of the IDisposable.Dispose method. This method does nothing. More... | |
Static Public Attributes | |
| static readonly NullDisposable | Instance = new NullDisposable() |
| A static instance of the NullDisposable class. More... | |
This class is an implementation of the IDisposable interface that does nothing when disposed.
Definition at line 10 of file NullDisposable.cs.
| void SiliconStudio.Core.NullDisposable.Dispose | ( | ) |
Implementation of the IDisposable.Dispose method. This method does nothing.
Definition at line 20 of file NullDisposable.cs.
|
static |
A static instance of the NullDisposable class.
Definition at line 15 of file NullDisposable.cs.