AttributeTarget Enum

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines the target of an attribute.
public enum AttributeTarget
Inheritance

Fields

NameValueDescription
Assembly0The attribute is applied to an assembly.
Type1The attribute is applied to a type.
TypeMember2The attribute is applied to a type's member.
TypeParameter3The attribute is applied to a generic type parameter.
Parameter4The attribute is applied to a parameter.
ReturnParameter5The attribute is applied to a return parameter.