TCodeTypeAliasDeclaration.Create Constructor
Creates a type alias with the specified name and aliased type.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeTypeAliasDeclaration.Create(const AName: string; AAliasedType: TCodeTypeReference);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The alias name. |
| AAliasedType | TCodeTypeReference | The type reference that this alias points to. |