DelegatingInstanceFactory.this - multiple declarations

Function DelegatingInstanceFactory.this

Default constructor for DelegatingInstanceFactory!(T, X)

this ();

Function DelegatingInstanceFactory.this

Constructor for DelegatingInstanceFactory!(T, X)

this (
  Factory!X factory
);

Parameters

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