Metalama//API Documentation/Extensions API/Metalama.​Extensions.​Multicast/IMulticast­Attribute/Attribute­Target­Parameter­Attributes
Open sandboxFocus

Property AttributeTargetParameterAttributes

AttributeTargetParameterAttributes

Gets or sets the passing style (by value, out or ref) of parameters to which this attribute applies.

Declaration
MulticastAttributes AttributeTargetParameterAttributes { get; set; }
Property Value
Type Description
MulticastAttributes
Remarks

Ignored if the AttributeTargetElements do not include parameters.