Search Results for

    Show / Hide Table of Contents

    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 ` delimiters will be parsed as FiveM hash string literals.

    InterpolatedStringLiteral

    Strings with ` delimiters will be parsed as interpolated string literals.

    None

    Strings with ` delimiters have no meaning and will generate errors for unsupported interpolations.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾