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