InstanceDestructorAware.setInstanceDestructor

Sets the destructor of component.

interface InstanceDestructorAware(T)
@property @safe
setInstanceDestructor

Parameters

destructor InstanceDestructor!T

destructor for components of type T.

Return Value

Type: InstanceDestructorAware!T

The InstanceDestructorAware!T

Meta