C# Класс LinFu.IoC.Configuration.MethodFinderContext

Represents the data associated with a IMethodFinder{T} search.
Наследование: IMethodFinderContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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