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