MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­Injection.​ImplementationDefault­Pull­StrategyPull­Parameter
Open sandboxFocus

DefaultPullStrategy.PullParameter Method

PullParameter(IParameter, IConstructor)

Returns a PullAction that instructs how a given constructor parameter should be pulled from another constructor.

Declaration
public virtual PullAction PullParameter(IParameter calledConstructorParameter, IConstructor callingConstructor)
Parameters
Type Name Description
IParameter calledConstructorParameter
IConstructor callingConstructor
Returns
Type Description
PullAction
Implements
IPullStrategy.PullParameter(IParameter, IConstructor)