ConfigParser.remove

Remove Config-Key Property

Usage Example:

Config.parseFile(`etc/config.ini`);

Config.remove(`category`, `key`);
class ConfigParser
void
remove
(
istring category
,
istring key
)

Parameters

category istring

category from which the property is to be removed

key istring

key of the property to be removed

Meta