| Constant | Defined by | ||
|---|---|---|---|
| All : int = 0xFFFF [static]
| AttributeTargets | ||
| Class : int = 0x0001 [static]
| AttributeTargets | ||
| Field : int = 0x0004 [static]
| AttributeTargets | ||
| Interface : int = 0x0002 [static]
| AttributeTargets | ||
| Method : int = 0x0008 [static]
| AttributeTargets | ||
| Property : int = 0x0010 [static]
| AttributeTargets | ||
| All | constant |
public static const All:int = 0xFFFF
| Class | constant |
public static const Class:int = 0x0001
| Field | constant |
public static const Field:int = 0x0004
| Interface | constant |
public static const Interface:int = 0x0002
| Method | constant |
public static const Method:int = 0x0008
| Property | constant |
public static const Property:int = 0x0010