Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Hd
Web
Extensions
StateKeeper
C# Class Hd.Web.Extensions.StateKeeper
Inheritance:
IStateKeeper
Afficher le fichier
Open project: TargetProcess/Tp.HelpDesk
Méthodes publiques
Méthode
Description
Clear
( ) :
void
GetValue
(
object
key
) :
object
SetValue
(
object
key
,
object
value
) :
void
Method Details
Clear()
public
static
méthode
public
static
Clear
( ) :
void
Résultat
void
GetValue()
public
méthode
public
GetValue
(
object
key
) :
object
key
object
Résultat
object
SetValue()
public
méthode
public
SetValue
(
object
key
,
object
value
) :
void
key
object
value
object
Résultat
void