Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string LexStringLiteral(LexReader, IDictionary<char, char>, IDictionary<char, Func<LexReader, string>>, string, string, bool)

  • Declared in: RT.KitchenSink.Lex.LexUtil

Declaration

public static string LexStringLiteral(
    LexReader reader,
    IDictionary<char, char> basicEscapes,
    IDictionary<char, Func<LexReader, string>> advancedEscapes,
    string openingSequence,
    string closingSequence,
    bool escapeClosingByDoubling
)