Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Advising / Pull­Action / Use­Existing­Parameter

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