enum _AttributeTargets

Description

Represents the applicable target for an attribute.

Values

Struct = 1

Var = 2

Struct types.

Function = 4

Global and local variables and constants.

Param = 8

Functions or member functions.