SingletonBehavior<T>.HasInstance
Static Property in SingletonBehavior<T>
Declaration
public static bool HasInstance { get; }Description
Checks if the singleton has been initialized and an instance is available to use.
Returns
| bool | True if an instance is available, false otherwise. |