LazySingleton
Implements a lazy singleton pattern.
Declaration
public abstract class LazySingleton<T> where T : class, new()Properties
| Name | Type | Summary |
|---|---|---|
| static readonly Instance | T | - |
| static readonly IsInitialized | bool | - |
Relationships
derived: AsyncService