SingletonBehavior<T>.Instance
Static Property in SingletonBehavior<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. |