MulticastAttribute.AttributeTargetTypeAttributes Property
|
Gets or sets the attributes of types to which this attribute applies. Visibility, scope (
Instance or
Static)
and generation are the only categories that are taken into account; attributes of other categories are ignored.
Namespace:
PostSharp.Extensibility
Assembly:
PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)
Syntaxpublic MulticastAttributes AttributeTargetTypeAttributes { get; set; }
Property Value
Type:
MulticastAttributes
See Also