C# 클래스 Revenj.Extensibility.Autofac.Core.Activators.Reflection.MatchingSignatureConstructorSelector

Selects a constructor based on its signature.
상속: IConstructorSelector
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
MatchingSignatureConstructorSelector ( ) : System

Match constructors with the provided signature.

SelectConstructorBinding ( ConstructorParameterBinding constructorBindings ) : ConstructorParameterBinding

Selects the best constructor from the available constructors.

메소드 상세

MatchingSignatureConstructorSelector() 공개 메소드

Match constructors with the provided signature.
public MatchingSignatureConstructorSelector ( ) : System
리턴 System

SelectConstructorBinding() 공개 메소드

Selects the best constructor from the available constructors.
public SelectConstructorBinding ( ConstructorParameterBinding constructorBindings ) : ConstructorParameterBinding
constructorBindings ConstructorParameterBinding Available constructors.
리턴 ConstructorParameterBinding