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
ARUP
IssueTracker
Classes
MySettings
C# Class ARUP.IssueTracker.Classes.MySettings
Afficher le fichier
Open project: ArupAus/issue-tracker
Class Usage Examples
Méthodes publiques
Méthode
Description
Get
(
string
key
) :
string
Set
(
string
key
,
string
value
) :
void
Private Methods
Méthode
Description
GetConfig
( ) :
Configuration
Method Details
Get()
public
static
méthode
public
static
Get
(
string
key
) :
string
key
string
Résultat
string
Set()
public
static
méthode
public
static
Set
(
string
key
,
string
value
) :
void
key
string
value
string
Résultat
void