Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RSharp
Core
Context
C# Class RSharp.Core.Context
Mostra file
Open project: ajlopez/RSharp
Class Usage Examples
Public Methods
Method
Description
Context
( ) :
System
Context
(
Context
parent
) :
System
GetValue
(
string
name
) :
object
SetValue
(
string
name
,
object
value
) :
void
Method Details
Context()
public
method
public
Context
( ) :
System
return
System
Context()
public
method
public
Context
(
Context
parent
) :
System
parent
Context
return
System
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