LiteralExpressionKind Enum
Specifies the type of literal expression.
public enum LiteralExpressionKind
Fields
Name | Description |
---|---|
BinaryInteger | A binary integer. |
Boolean | A boolean. |
Character | A character. |
DateTime | A date/time. |
DecimalInteger | A decimal integer. |
HexadecimalInteger | A hexadecimal integer. |
InterpolatedString | An interpolated string. |
InterpolatedVerbatimString | An interpolated verbatim string. |
None | No kind indicated. |
Null | A null value. |
OctalInteger | An octal integer. |
Real | A real number. |
String | A string of characters. |
VerbatimString | A verbatim string. |
Xml | A XML fragment. |