Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.KitchenSink.Lex.RegexTokenParser<TToken>

This type is not documented.

Constructors

RegexTokenParser<TToken>(Regex regex, Func<LexPosition, LexPosition, string, TToken> init)
This member is not documented.

Instance methods

TokenThis member is not documented.

Instance properties

Func<LexPosition, LexPosition, string, TToken>These members are not documented.
Regex