C# Class BiliRanking.ConfigHelper

Afficher le fichier Open project: SkiTiSu/BiliRanking

Méthodes publiques

Méthode Description
Delete ( string key ) : void
Get ( string key ) : string
Set ( string key, string value ) : void

Method Details

Delete() public méthode

public Delete ( string key ) : void
key string
Résultat void

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

Set() public méthode

public Set ( string key, string value ) : void
key string
value string
Résultat void