Table of Contents

TCodeAttributeArgument.Create Constructor

Creates an attribute argument with the specified snippet value.

Syntax

Unit: Bcl.Code.MetaClasses

constructor TCodeAttributeArgument.Create(AValue: string);

Parameters

<-> Parameter Type Description
AValue string The raw expression text for the argument.

See also