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