Builds a FuncTResult delegate for the creation of the ImplementationType.
The returned FuncTResult might be intercepted by a
Container.ExpressionBuilding event,
and initializers (if any) (RegisterInitializerTService(ActionTService))
will be applied.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Return Value
Type: FuncObjectA FuncTResult delegate.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when one of the arguments is a null reference. |
See Also