TSingleton.TSingleton<T> Record

Represents type TSingleton<T>.

Namespace: Spring.DesignPatterns
strict private
type
 TSingleton<T: class> = record
 end;

Type Parameters

T

The TSingleton.TSingleton<T> type exposes the following members.

Show:
 NameDescription
Destroy@

Represents the static destructor of the TSingleton.TSingleton<T> class.

Top
Show:
 NameDescription
fInstance

Represents field fInstance.

Top