C# 클래스 BoC.InversionOfControl.SimpleInjector.AllowMultipleConstructorResolutionBehavior

상속: IConstructorResolutionBehavior
파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo

비공개 메소드들

메소드 설명
GetSinglePublicConstructor ( Type implementationType ) : ConstructorInfo
VerifyTypeIsConcrete ( Type implementationType ) : void

메소드 상세

GetConstructor() 공개 메소드

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