Extension methods for IConstructorResolutionBehavior.
Inheritance Hierarchy
SimpleInjectorConstructorResolutionBehaviorExtensions
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The ConstructorResolutionBehaviorExtensions 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