Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSLE
Token
C# Class CSLE.Token
Show file
Open project: lightszero/cslightcore
Class Usage Examples
Public Properties
Property
Type
Description
line
int
pos
int
text
string
type
TokenType
Public Methods
Method
Description
SourcePos
( ) :
string
ToString
( ) :
string
Method Details
SourcePos()
public
method
public
SourcePos
( ) :
string
return
string
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
line
public property
public
int
line
return
int
pos
public property
public
int
pos
return
int
text
public property
public
string
text
return
string
type
public property
public
TokenType
type
return
TokenType