C# Class irek.Configuration.Config

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Méthode Description
Config ( string configfile ) : System

Initializes a new instance of the Config class.

Get ( string key ) : string

Gets the specified key.

Set ( string key, string val ) : void

Sets the specified key.

Method Details

Config() public méthode

Initializes a new instance of the Config class.
public Config ( string configfile ) : System
configfile string The configfile.
Résultat System

Get() public méthode

Gets the specified key.
public Get ( string key ) : string
key string The key.
Résultat string

Set() public méthode

Sets the specified key.
public Set ( string key, string val ) : void
key string The key.
val string The val.
Résultat void