DefaultParameterPullStrategy(IRef<IType>, string)
Initializes a new instance of the DefaultParameterPullStrategy class.
Declaration
public DefaultParameterPullStrategy(IRef<IType> parameterType, string dependencyName)Parameters
| Type | Name | Description |
|---|---|---|
| IRef<IType> | parameterType | A reference to the type of the constructor parameter. |
| string | dependencyName | The name of the dependency, used to derive the parameter name. |