public void Clear() { Config.UnsetEntry(Key, Section); _lastValueSet = false; OnSettingChanged(); }
public void Clear() { Config.UnsetEntry(Key, Section); }