SingletonFactory Description sealed class Tinman.Core.System.SingletonFactory → <T ref> Derived from Singleton<T> abstract A singleton that uses the given factory method. Public / Constructors SingletonFactory public constructor SingletonFactory → (1) factory in : SingletonDelegate<T> [not-null] The factory method. Creates a new instance of SingletonFactory. SingletonDelegate Terminal