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
Hd
Web
Extensions
StateKeeper
C# Class Hd.Web.Extensions.StateKeeper
Inheritance:
IStateKeeper
ファイルを表示
Open project: TargetProcess/Tp.HelpDesk
Public Methods
Method
Description
Clear
( ) :
void
GetValue
(
object
key
) :
object
SetValue
(
object
key
,
object
value
) :
void
Method Details
Clear()
public
static
method
public
static
Clear
( ) :
void
return
void
GetValue()
public
method
public
GetValue
(
object
key
) :
object
key
object
return
object
SetValue()
public
method
public
SetValue
(
object
key
,
object
value
) :
void
key
object
value
object
return
void