GenericFactoryImpl.factory

Create a new instance of object of type T using provided instance factory and property configurers.

class GenericFactoryImpl(T)
@safe
T
factory
()

Return Value

Type: T

T instantiated component

Meta