SingletonBase

Description

abstract class Tinman.Core.System.SingletonBase

Extended by

Singleton abstract

Abstract base class for singleton wrappers.

Public / Methods

Clear


public abstract method Clear → ()

Clears the singleton value to null.

This method is called automatically during shutdown and should not be called directly.

Protected / Constructors

Singleton​Base


protected constructor SingletonBase → ()

Creates a new instance of SingletonBase.