DoopelPonger
Classes
Singleton.cs File Reference

Classes

class  Singleton< T >
 Be aware this will not prevent a non singleton constructor such as T myT = new T(); To prevent that, add protected T () {} to your singleton class. More...