An enumeration of possible targets a custom attribute can apply to.
| Member Name | Description |
|---|---|
| Empty | |
| Assembly | |
| Module | |
| Class | |
| Struct | |
| Interface | |
| Enum | |
| Delegate | |
| Method | |
| Parameter | |
| Field | |
| PropertyIndexer | |
| PropertyGetAccessor | |
| PropertySetAccessor | |
| EventField | |
| EventProperty | |
| EventAdd | |
| EventRemove | |
| Event | |
| Property | |
| Return | |
| Type |
Namespace: DDW.CSharp.Dom
Assembly: CSharp (in CSharp.dll)