Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CSLE
Token
C# Class CSLE.Token
ファイルを表示
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_oe property
public
int
line
return
int
pos
public_oe property
public
int
pos
return
int
text
public_oe property
public
string
text
return
string
type
public_oe property
public
TokenType
type
return
TokenType