Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Core.NullDisposable Class Reference

This class is an implementation of the IDisposable interface that does nothing when disposed. More...

Inheritance diagram for SiliconStudio.Core.NullDisposable:

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...
 

Detailed Description

This class is an implementation of the IDisposable interface that does nothing when disposed.

Definition at line 10 of file NullDisposable.cs.

Member Function Documentation

void SiliconStudio.Core.NullDisposable.Dispose ( )

Implementation of the IDisposable.Dispose method. This method does nothing.

Definition at line 20 of file NullDisposable.cs.

Member Data Documentation

readonly NullDisposable SiliconStudio.Core.NullDisposable.Instance = new NullDisposable()
static

A static instance of the NullDisposable class.

Definition at line 15 of file NullDisposable.cs.


The documentation for this class was generated from the following file: