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
Dahlia
Services
RequestContextProvider
C# Class Dahlia.Services.RequestContextProvider
Inheritance:
IRequestContextProvider
Afficher le fichier
Open project: HarmonyHacks/Dahlia
Private Properties
Свойство
Type
Description
Méthodes publiques
Méthode
Description
GetItem
(
string
key
) :
object
SetItem
(
string
key
,
object
value
) :
void
Method Details
GetItem()
public
méthode
public
GetItem
(
string
key
) :
object
key
string
Résultat
object
SetItem()
public
méthode
public
SetItem
(
string
key
,
object
value
) :
void
key
string
value
object
Résultat
void