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

TThe instance of the class.