PostSharpAPI ReferencePost­Sharp.​ExtensibilityMulticast­Attribute­Usage­AttributeTarget­Type­Attributes
Open sandboxFocus

MulticastAttributeUsageAttribute.TargetTypeAttributes Property

TargetTypeAttributes

Gets or sets the attributes of the types to which the custom attribute can be applied. Visibility, scope (Instance or Static) and generation are the only categories that are taken into account; attributes of other categories are ignored. If the custom attribute relates to fields or methods, this property specifies which attributes of the declaring type are acceptable.

Declaration
public MulticastAttributes TargetTypeAttributes { get; set; }
Property Value
Type Description
MulticastAttributes