Enum LiteralFormat
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
Form of a C# literal.
public enum LiteralFormat : byte
Fields
BinaryNumber = 3
CharLiteral = 6
DecimalNumber = 1
HexadecimalNumber = 2
None = 0
StringLiteral = 4
Utf8Literal = 7
VerbatimStringLiteral = 5