Metalama / / API Documentation / Extensions API / Metalama.​Extensions.​Multicast / Multicast­Aspect / Attribute­Target­Parameter­Attributes

Property AttributeTargetParameterAttributes

AttributeTargetParameterAttributes

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

Declaration
public MulticastAttributes AttributeTargetParameterAttributes { get; set; }
Property Value
Type Description
MulticastAttributes
Implements
IMulticastAttribute.AttributeTargetParameterAttributes
Remarks

Ignored if the AttributeTargetElements do not include parameters.