LexStringLiteral(reader, openingSequence, closingSequence, escapeClosingByDoubling) LexStringLiteral(reader, basicEscapes, openingSequence, closingSequence, escapeClosingByDoubling) LexStringLiteral(reader, basicEscapes, advancedEscapes, openingSequence, closingSequence, escapeClosingByDoubling)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static class: RT.KitchenSink.Lex.LexUtilThis type is not documented. Static methodsbool | | These members are not documented. | bool | | string | | string | | string | | string | | string | | string | LexStringLiteral(LexReader reader, IDictionary<char, char> basicEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling) | string | LexStringLiteral(LexReader reader, IDictionary<char, char> basicEscapes, IDictionary<char, Func<LexReader, string>> advancedEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling) | bool | |
Static propertiesIDictionary<char, Func<LexReader, string>> | | These members are not documented. | IDictionary<char, char> | |
|