Example #1
0
 public long this[string key]
 {
     get
     {
         return(ds.getLong(key));
     }
     set
     {
         ds.setLong(key, value);
     }
 }