AttributeTargets Enumeration
Specifies the application elements on which it is valid to apply an attribute.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [FlagsAttribute] public enum AttributeTargets
<ExternalAttribute> _ <FlagsAttribute> _ Public Enumeration AttributeTargets
[ExternalAttribute] [FlagsAttribute] public enum class AttributeTargets
Members
Member name | Description | |
---|---|---|
Assembly | Attribute can be applied to an assembly. | |
Module | Attribute can be applied to a module. | |
Class | Attribute can be applied to a class. | |
Struct | Attribute can be applied to a structure; that is, a value type. | |
Enum | Attribute can be applied to an enumeration. | |
Constructor | Attribute can be applied to a constructor. | |
Method | Attribute can be applied to a method. | |
Property | Attribute can be applied to a property. | |
Field | Attribute can be applied to a field. | |
Event | Attribute can be applied to an event. | |
Interface | Attribute can be applied to an interface. | |
Parameter | Attribute can be applied to a parameter. | |
Delegate | Attribute can be applied to a delegate. | |
ReturnValue | Attribute can be applied to a return value. | |
GenericParameter | Attribute can be applied to a generic parameter. | |
Type | ||
All | Attribute can be applied to any application element. |