FactoryMethodInstanceDestructor.destructor - multiple declarations

Function FactoryMethodInstanceDestructor.destructor

Get destructor

T destructor () pure nothrow @safe;

Returns

T

Function FactoryMethodInstanceDestructor.destructor

Set destructor

typeof(this) destructor (
  T destructor
) pure nothrow @safe;

Parameters

NameDescription
destructor the component destructor used to destroy component

Returns

typeof(this)