Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string LexStringLiteral(LexReader, string, string, bool)

  • Declared in: RT.KitchenSink.Lex.LexUtil

Declaration

public static string LexStringLiteral(
    LexReader reader,
    string openingSequence,
    string closingSequence,
    bool escapeClosingByDoubling
)