Table of Contents

TCodeAttributeDeclaration Class

Represents an attribute declaration applied to a code element.

Syntax

Unit: Bcl.Code.MetaClasses

TCodeAttributeDeclaration = class(TCodeObject);

Constructors

Name Description
Create Creates an attribute declaration with the specified name.

Methods

Name Description
AddRawArgument Adds a raw code snippet as an argument to this attribute.

Properties

Name Description
Arguments Gets the list of arguments for this attribute.
Name Gets or sets the name of the attribute.