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
BiliRanking
ConfigHelper
C# Class BiliRanking.ConfigHelper
ファイルを表示
Open project: SkiTiSu/BiliRanking
Public Methods
Method
Description
Delete
(
string
key
) :
void
Get
(
string
key
) :
string
Set
(
string
key
,
string
value
) :
void
Method Details
Delete()
public
method
public
Delete
(
string
key
) :
void
key
string
return
void
Get()
public
method
public
Get
(
string
key
) :
string
key
string
return
string
Set()
public
method
public
Set
(
string
key
,
string
value
) :
void
key
string
value
string
return
void