Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Token(LexPosition, LexPosition)

  • Declared in: RT.KitchenSink.Lex.Token

Declaration

public Token(
    LexPosition start,
    LexPosition end
)