GenericFactoryImpl.setInstanceDestructor

Set destructor

class GenericFactoryImpl(T)
@safe
typeof(this)
setInstanceDestructor

Parameters

destructor InstanceDestructor!T

the destructor used to destruct components created by this factory.

Return Value

Type: typeof(this)

typeof(this)

Meta