Simply3DScan
SharedObjects.Singleton< T > Class Template Reference

Class for creating a singleton for a generic class More...

Properties

static T Instance [get]
 Gets the instance. More...
 

Detailed Description

Class for creating a singleton for a generic class

Template Parameters
T
Type Constraints
T :class 
T :new() 

Definition at line 9 of file Singleton.cs.

Property Documentation

T SharedObjects.Singleton< T >.Instance
staticget

Gets the instance.

The instance.

Definition at line 27 of file Singleton.cs.


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