예제 #1
0
 public void Clear()
 {
     Config.UnsetEntry(Key, Section);
 }
예제 #2
0
 protected virtual bool GetKeyExists()
 {
     return(Config.HasEntry(Key, Section));
 }