MulticastAttribute.AttributeTargetTypes Property |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
public string AttributeTargetTypes { get; set; }
Property Value
Type: StringA wildcard or regular expression specifying to which types this instance applies, or null this instance applies either to all types. Regular expressions should start with the regex: prefix.
Ignored if the AttributeTargetElements are only the module and/or the assembly.
Nested types are delimited by a plus sign (+) in place of a dot (.).