Enum BacktickStringType
Defines what they type of strings using ` delimiters will be parsed as.
Namespace: Loretta.CodeAnalysis.Lua
Assembly: cs.temp.dll.dll
Syntax
public enum BacktickStringType
Fields
| Name | Description |
|---|---|
| HashLiteral | Strings with |
| InterpolatedStringLiteral | Strings with |
| None | Strings with |