ReferenceFixedObject

Refernce provider that always returns the same object.

obj is the object returned by the provider.

class ReferenceFixedObject : ReferenceProvider!(typeof(obj))(
alias obj
) {}

Meta