A base class for generic factory decorators that channels calls to decorated generic factory.
Adds an configurer to the GenericFactory.
Instantiates something of type T.
Get the type info of T that is created.
Set the decorated object for decorator.
Get the decorated object.
Set locator
Get locator
Sets the constructor of new object.
See Implementation
A base class for generic factory decorators that channels calls to decorated generic factory.