 | SingletonT Class |
A base class for an object that implements a singleton pattern.
Inheritance Hierarchy
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic abstract class Singleton<T>
where T : new(), Singleton<T>
Type Parameters
- T
- The type of the SingletonT
The SingletonT type exposes the following members.
Properties
See Also