Enum AttributeContent.Kind
enum Kind
: int { ... }
Enum members
Name | Description |
---|---|
interpolation
|
A D expression that will be converted to text at runtime (escaped as necessary) |
rawInterpolation
|
A D expression that will be converted to text at runtime (not escaped) |
text
|
Raw text (will be escaped by the generator as necessary) |