C# Class irek.Configuration.Config

Exibir arquivo Open project: theanti9/irek Class Usage Examples

Public Methods

Method 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 method

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

Get() public method

Gets the specified key.
public Get ( string key ) : string
key string The key.
return string

Set() public method

Sets the specified key.
public Set ( string key, string val ) : void
key string The key.
val string The val.
return void