Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested sealed class: RT.KitchenSink.Lex.StringLiteralToken.Parser

This type is not documented.

Constructors

Parser(string openingSequence, string closingSequence, bool escapeClosingByDoubling)
These members are not documented.
Parser(IDictionary<char, char> basicEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling)
Parser(IDictionary<char, char> basicEscapes, IDictionary<char, Func<LexReader, string>> advancedEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling)

Instance methods

TokenThis member is not documented.

Instance properties

IDictionary<char, Func<LexReader, string>>These members are not documented.
IDictionary<char, char>
string
bool
string