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

Singleton​Factory


public constructor SingletonFactory → (1)

factory in : SingletonDelegate<T>

[not-null]
The factory method.

Creates a new instance of SingletonFactory.