WrappingFactory.destruct

Destructs a component of type T.

class WrappingFactory(T : Factory!Z, Z)
@trusted
void
destruct
(
ref Object component
)

Parameters

component Object

component that is to ve destroyed.

Return Value

Type: void

Meta