Singleton<T>.Instance
Static Property in Singleton<T>
Declaration
public static T Instance { get; }
Description
The current instance of the class. The instance will be created if it does not already exist.
Returns
T | The instance of the class. |
public static T Instance { get; }
The current instance of the class. The instance will be created if it does not already exist.
T | The instance of the class. |