Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AjRools
Expert
Context
C# Class AjRools.Expert.Context
Mostrar archivo
Open project: ajlopez/AjRools
Public Methods
Method
Description
GetValue
(
string
name
) :
object
SetValue
(
string
name
,
object
value
) :
void
Method Details
GetValue()
public
method
public
GetValue
(
string
name
) :
object
name
string
return
object
SetValue()
public
method
public
SetValue
(
string
name
,
object
value
) :
void
name
string
value
object
return
void