Ini

Represents ini section

alias Ini = IniSection

Examples

Ini ini = Ini.Parse("path/to/your.conf");
string value = ini.getKey("a");

Meta