Example #1
0
 public bool HasSetting(string key)
 {
     return(inner.HasSetting(AppendKey(key)));
 }