DelegatingInstanceFactory.this

Constructor for DelegatingInstanceFactory!(T, X)

  1. this()
  2. this(Factory!X factory)
    class DelegatingInstanceFactory(T, X : T)
    @safe
    this

Parameters

factory Factory!X

the factory to which this instance will delegate the task of creating a component

Meta