Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BoC
InversionOfControl
SimpleInjector
AllowMultipleConstructorResolutionBehavior
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