Example #1
0
 public bool this[string key]
 {
     get
     {
         return(ds.getBoolean(key));
     }
     set
     {
         ds.setBoolean(key, value);
     }
 }