C# 클래스 Castle.Core.ConstructorCandidate

파일 보기 프로젝트 열기: 7digital/Castle.Windsor 1 사용 예제들

공개 메소드들

메소드 설명
ConstructorCandidate ( ConstructorInfo constructorInfo ) : System

Initializes a new instance of the ConstructorCandidate class.

메소드 상세

ConstructorCandidate() 공개 메소드

Initializes a new instance of the ConstructorCandidate class.
public ConstructorCandidate ( ConstructorInfo constructorInfo ) : System
constructorInfo System.Reflection.ConstructorInfo The constructor info.
리턴 System