Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Method IntroduceParameterAndPull

IntroduceParameterAndPull(string, IType, TypedConstant, ImmutableArray<AttributeConstruction>)

Declaration
public static PullAction IntroduceParameterAndPull(string parameterName, IType parameterType, TypedConstant parameterDefaultValue, ImmutableArray<AttributeConstruction> parameterAttributes = default)
Parameters
Type Name Description
string parameterName
IType parameterType
TypedConstant parameterDefaultValue
ImmutableArray<AttributeConstruction> parameterAttributes
Returns
Type Description
PullAction
  • Navigation