PostSharpAPI ReferencePost­Sharp.​ExtensibilityMulticast­AttributeAttribute­Target­Members
Open sandboxFocus

MulticastAttribute.AttributeTargetMembers Property

AttributeTargetMembers

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

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

A 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.

Remarks

Ignored if the only AttributeTargetElements are only types.