LiteralExpressionKind Enum
Specifies the type of literal expression.
public enum LiteralExpressionKind
Fields
| Name | Description |
|---|---|
| BinaryInteger | A binary integer. |
| Bytes | Bytes. |
| ConcatenatedString | A concatenated string. |
| DecimalInteger | A decimal integer. |
| DoubleQuoteLongString | A string of characters. |
| DoubleQuoteString | A string of characters. |
| HexadecimalInteger | A hexadecimal integer. |
| Imaginary | An imaginary number. |
| None | No kind indicated. |
| OctalInteger | An octal integer. |
| Real | A real number. |
| SingleQuoteLongString | A string of characters. |
| SingleQuoteString | A string of characters. |