Create an instance destructor that uses third party component's method to do destruction of a component.
the type of destructed object
method used from component T to destroy component Z
type of destructor component
list of arguments passed to destructor component's method
FactoryMethodInstanceDestructor!(method, T, Z, Args)
See Implementation
Create an instance destructor that uses third party component's method to do destruction of a component.
Create an instance destructor that uses third party component's method to do destruction of a component.