Instantiates component of type T using a delegate or function.
Encapsulates component's construction logic using a delegate.
The algorithm uses a delegate to create required component,
with a set of Args that are passed to delegate, and a locator
for dependency fetching.
Instantiates component of type T using a delegate or function.
Encapsulates component's construction logic using a delegate. The algorithm uses a delegate to create required component, with a set of Args that are passed to delegate, and a locator for dependency fetching.