Defines the container's behavior for finding a suitable constructor for the creation of a type.
Set the ConstructorResolutionBehavior
property of the container's Options property to change the default behavior
of the container.
Namespace: SimpleInjector.Advanced
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 4.4.0
Syntax
The IConstructorResolutionBehavior type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetConstructor |
Gets the given implementationType's constructor that can be used by the
container to create that instance.
|
See Also