C# Class Revenj.Extensibility.Autofac.Core.Activators.Reflection.MatchingSignatureConstructorSelector

Selects a constructor based on its signature.
Inheritance: IConstructorSelector
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
MatchingSignatureConstructorSelector ( ) : System

Match constructors with the provided signature.

SelectConstructorBinding ( ConstructorParameterBinding constructorBindings ) : ConstructorParameterBinding

Selects the best constructor from the available constructors.

Method Details

MatchingSignatureConstructorSelector() public méthode

Match constructors with the provided signature.
public MatchingSignatureConstructorSelector ( ) : System
Résultat System

SelectConstructorBinding() public méthode

Selects the best constructor from the available constructors.
public SelectConstructorBinding ( ConstructorParameterBinding constructorBindings ) : ConstructorParameterBinding
constructorBindings ConstructorParameterBinding Available constructors.
Résultat ConstructorParameterBinding