AttributeTarget Enum
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines the target of an attribute.
public enum AttributeTargetFields
| Name | Value | Description |
|---|---|---|
| Assembly | 0 | The attribute is applied to an assembly. |
| Type | 1 | The attribute is applied to a type. |
| TypeMember | 2 | The attribute is applied to a type's member. |
| TypeParameter | 3 | The attribute is applied to a generic type parameter. |
| Parameter | 4 | The attribute is applied to a parameter. |
| ReturnParameter | 5 | The attribute is applied to a return parameter. |
