C# 클래스 LinFu.IoC.Configuration.MethodFinderContext

Represents the data associated with a IMethodFinder{T} search.
상속: IMethodFinderContext
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
MethodFinderContext ( ) : System

Initializes the context with the default values.

MethodFinderContext ( IEnumerable typeArguments, IEnumerable arguments, Type returnType ) : System

Initializes the context with the default values.

메소드 상세

MethodFinderContext() 공개 메소드

Initializes the context with the default values.
public MethodFinderContext ( ) : System
리턴 System

MethodFinderContext() 공개 메소드

Initializes the context with the default values.
public MethodFinderContext ( IEnumerable typeArguments, IEnumerable arguments, Type returnType ) : System
typeArguments IEnumerable The type arguments that will be used to construct the target method.
arguments IEnumerable The list of arguments that will be passed to the target method.
returnType System.Type The type that must be returned by the target method.
리턴 System