TCodeAttributeDeclaration.AddRawArgument Method
Adds a raw code snippet as an argument to this attribute.
Syntax
Unit: Bcl.Code.MetaClasses
function TCodeAttributeDeclaration.AddRawArgument(const CodeSnippet: string): TCodeAttributeDeclaration;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | CodeSnippet | string | The raw expression text for the argument. |
Returns
This attribute declaration instance, for method chaining.