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

Selects a constructor based on its signature.
Inheritance: IConstructorSelector
Mostra file Open project: ngs-doo/revenj

Public Methods

Method 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 method

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

SelectConstructorBinding() public method

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