This type is not documented.
Static methods
bool | | 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 properties
IDictionary<char, Func<LexReader, string>> | | These members are not documented. |
IDictionary<char, char> | |