ConfigParser.remove

Remove Config-Key Property

Usage Example:

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

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

Parameters

category string

category from which the property is to be removed

key string

key of the property to be removed

Meta