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
GettextLib
ExpressionEvaluator
ExpressionState
C# Class GettextLib.ExpressionEvaluator.ExpressionState
Show file
Open project: while-true/gettext
Class Usage Examples
Public Methods
Method
Description
GetVar
(
string
i
) :
long
PrintState
( ) :
string
SetVar
(
string
i
,
long
val
) :
void
Private Methods
Method
Description
ExpressionState
( ) :
System
Method Details
GetVar()
public
method
public
GetVar
(
string
i
) :
long
i
string
return
long
PrintState()
public
method
public
PrintState
( ) :
string
return
string
SetVar()
public
method
public
SetVar
(
string
i
,
long
val
) :
void
i
string
val
long
return
void