The Class-Attributes paragraph allows specification of attributes on a class, delegate, enum, interface or valuetype.
General Format
Note: This syntax is no longer required and is not recommended. It is supported for backward compatibility. Use the attribute clause
instead.
CLASS-ATTRIBUTES. [ Attribute-Clause ] ... .
Syntax Rules
- The Attribute-Clause is described in the topic
The Attribute Custom-Attribute Clause.
General Rules
- The attribute specified becomes part of the metadata describing the source element in which this clause appears and is visible
to a reflector.