C# Класс Revenj.Extensibility.Autofac.Core.Activators.Reflection.MatchingSignatureConstructorSelector

Selects a constructor based on its signature.
Наследование: IConstructorSelector
Показать файл Открыть проект

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

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