MulticastAttribute.AttributeTargetParameters Property |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

public string AttributeTargetParameters { get; set; }
Property Value
Type: StringA 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.

Ignored if the only AttributeTargetElements are only types.
