Ejemplo n.º 1
0
 public void Clear()
 {
     Config.UnsetEntry(Key, Section);
 }
Ejemplo n.º 2
0
 protected virtual bool GetKeyExists()
 {
     return(Config.HasEntry(Key, Section));
 }