ConstructorResolutionBehaviorExtensions Class

Simple Injector
Extension methods for IConstructorResolutionBehavior.
Inheritance Hierarchy

SystemObject
  SimpleInjectorConstructorResolutionBehaviorExtensions

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public static class ConstructorResolutionBehaviorExtensions

The ConstructorResolutionBehaviorExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetConstructor
Gets the given implementationType's constructor that can be used by the container to create that instance.
Top
See Also

Reference