Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Config
Net
Azure
AzureConfigStore
C# Class Config.Net.Azure.AzureConfigStore
Inheritance:
IConfigStore
Mostra file
Open project: aloneguid/config
Public Methods
Method
Description
Dispose
( ) :
void
Read
(
string
key
) :
string
Write
(
string
key
,
string
value
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Read()
public
method
public
Read
(
string
key
) :
string
key
string
return
string
Write()
public
method
public
Write
(
string
key
,
string
value
) :
void
key
string
value
string
return
void