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
Gurpenator
IntToken
C# Class Gurpenator.IntToken
Inheritance:
Token
ファイルを表示
Open project: thejoshwolfe/Gurpenator
Class Usage Examples
Public Properties
Property
Type
Description
value
int
Public Methods
Method
Description
IntToken
(
ParsedThing
parseThing
,
int
value
) :
System
ToString
( ) :
string
toFormula
( ) :
Formula
Method Details
IntToken()
public
method
public
IntToken
(
ParsedThing
parseThing
,
int
value
) :
System
parseThing
ParsedThing
value
int
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
toFormula()
public
method
public
toFormula
( ) :
Formula
return
Formula
Property Details
value
public_oe property
public
int
value
return
int