RegistrationAwareDecoratingFactory.destruct

Destructs a component of type T.

class RegistrationAwareDecoratingFactory(T)
@safe
void
destruct
(
ref T component
)

Parameters

component T

component that is to be destroyed.

Meta