MetalamaAPI documentationExtensions APIMetalama.​Extensions.​MulticastIMulticast­AttributeAttribute­Target­Parameters
Open sandboxFocus

IMulticastAttribute.AttributeTargetParameters Property

AttributeTargetParameters

Gets or sets the expression specifying to which parameters this instance applies.

Declaration
string AttributeTargetParameters { get; set; }
Property Value
Type Description
String

A wildcard or regular expression specifying to which parameters this instance applies, or null this instance applies either to all members whose kind is given in AttributeTargetElements. Wildcard expressions should start with the regex: prefix.

Remarks

Ignored if the only AttributeTargetElements are only types.