TCodeTypeAliasDeclaration Class
Represents a type alias declaration (e.g., TMyType = TSomeOtherType).
Syntax
Unit: Bcl.Code.MetaClasses
TCodeTypeAliasDeclaration = class(TCodeTypeMember);
Constructors
| Name | Description |
|---|---|
| Create | Creates a type alias with the specified name and aliased type. |
Properties
| Name | Description |
|---|---|
| AliasedType | Gets or sets the type reference that this alias points to. |
| Placement | Gets or sets where this alias is placed in the generated output. |