In This Article

AttributeTargetKind Enum

Specifies the kind of attribute target.

public enum AttributeTargetKind

Fields

Name Description
Assembly

An assembly.

Default

No specific attribute target.

Event

An event.

Field

A field.

Method

A method.

Module

A module.

Parameter

A parameter.

Property

A property.

Return

A return value.

Type

A type.