Base class for non-reference providers.
Result_ the type of the object to be provided.
Params_ the type of provider parameters.
Call it with a structure or class as the argument (expanding its members into arguments in order).
The abstract virtual function used to create the provided object.
Call the provider.
Returns delegate_ as a delegate.
See Implementation
Base class for non-reference providers.
Result_ the type of the object to be provided.
Params_ the type of provider parameters.