C# Class BoC.InversionOfControl.SimpleInjector.AllowMultipleConstructorResolutionBehavior

Inheritance: IConstructorResolutionBehavior
Show file Open project: csteeg/BoC

Public Methods

Method Description
GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo

Private Methods

Method Description
GetSinglePublicConstructor ( Type implementationType ) : ConstructorInfo
VerifyTypeIsConcrete ( Type implementationType ) : void

Method Details

GetConstructor() public method

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
return System.Reflection.ConstructorInfo