Click or drag to resize
SingletonT Class
A base class for an object that implements a singleton pattern.
Inheritance Hierarchy
SystemObject
  CandlelightSingletonT

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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
  NameDescription
Public propertyStatic memberInstance
Gets the instance.
Top
See Also