ReferenceBaseGeneralSingleton

Base class for reference singletons. Uses another provider to create the object.

Base is the type of this another provider.

class ReferenceBaseGeneralSingleton : ReferenceProvider!(Base.Result, Base.Params)(
Base
) {}

Constructors

this
this(Base base)

Create the singleton with given base provider.

Members

Functions

base
Base base()

Get the base provider.

Meta