Open sandboxFocus

Method UseExistingParameter

UseExistingParameter(IParameter)

Creates a PullAction that means that the dependency should be pulled from an existing constructor parameter.

Declaration
public static PullAction UseExistingParameter(IParameter parameter)
Parameters
Type Name Description
IParameter parameter
Returns
Type Description
PullAction