InstanceFactoryAwareMixin.setInstanceFactory

Sets the constructor of new object.

mixintemplate InstanceFactoryAwareMixin(T)
@safe
typeof(this)
setInstanceFactory

Parameters

factory InstanceFactory!T

a factory of objects of type T.

Return Value

Type: typeof(this)

The InstanceFactoryAware

Meta