Method | Description | |
---|---|---|
Score ( IContext context, ConstructorInjectionDirective directive ) : int |
Gets the score for the specified constructor.
|
|
SpecificConstructorSelector ( |
Initializes a new instance of the SpecificConstructorSelector class.
|
public Score ( IContext context, ConstructorInjectionDirective directive ) : int | ||
context | IContext | The injection context. |
directive | ConstructorInjectionDirective | The constructor. |
return | int |
public SpecificConstructorSelector ( |
||
constructorInfo | The constructor info of the constructor that shall be selected. | |
return | System.Reflection |