Function DecoratableGenericFactory.setInstanceDestructor

Set destructor

typeof(this) setInstanceDestructor (
  InstanceDestructor!T destructor
);

Parameters

NameDescription
destructor the destructor used to destruct components created by this factory.

Returns

typeof(this)