MulticastAttributeUsageAttribute.TargetExternalTypeAttributes Property
|
Gets or sets the attributes of the types to which
the custom attribute can be applied, when the type is external to
the current module. If the custom attribute relates to
fields or methods, this property specifies which attributes
of the declaring type are acceptable.
Namespace:
PostSharp.Extensibility
Assembly:
PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
Syntaxpublic MulticastAttributes TargetExternalTypeAttributes { get; set; }
Property Value
Type:
MulticastAttributes
See Also