MulticastAttribute.AttributeTargetMembers Property |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
public string AttributeTargetMembers { get; set; }
Property Value
Type: StringA wildcard or regular expression specifying to which members this instance applies, or null this instance applies either to all members whose kind is given in AttributeTargetElements. Regular expressions should start with the regex: prefix.
Ignored if the only AttributeTargetElements are only types.