LiteralExpressionKind Enum
Specifies the type of literal expression.
public enum LiteralExpressionKind
Fields
| Name | Description |
|---|---|
| Boolean | A boolean. |
| DecimalInteger | A decimal integer. |
| DoubleQuoteString | A string of characters. |
| HexadecimalInteger | A hexadecimal integer. |
| None | No kind indicated. |
| Null | A null value. |
| Real | A real number. |
| RegularExpression | A regular expression. |
| SingleQuoteString | A string of characters. |