FactoryMethodInstanceDestructor.destructor

Set destructor

  1. T destructor [@property setter]
    class FactoryMethodInstanceDestructor
    @property @safe nothrow pure
    static if(!isStaticFunction!(Compatible))
    typeof(this)
    destructor
  2. T destructor [@property getter]

Parameters

destructor T

the component destructor used to destroy component

Return Value

Type: typeof(this)

typeof(this)

Meta