C# Class IdleLandsRedux.Common.ConfigReader

Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
ReadSetting ( string key ) : string

Reads the setting from app.config or web.config.

Method Details

ReadSetting() public static method

Reads the setting from app.config or web.config.
Key not found in config.
public static ReadSetting ( string key ) : string
key string Key.
return string