Beispiel #1
0
 public bool Delete(bool index)
 {
     return(this.Delete(TypeConverter.ToString(index)));
 }
Beispiel #2
0
 public bool Has(bool index)
 {
     return(this.Has(TypeConverter.ToString(index)));
 }
Beispiel #3
0
 public void Put(bool index, object value, uint tag)
 {
     this.Put(TypeConverter.ToString(index), value, tag);
 }
Beispiel #4
0
 public BoxedValue Get(bool index)
 {
     return(this.Get(TypeConverter.ToString(index)));
 }
Beispiel #5
0
 public void Put(bool index, double value)
 {
     this.Put(TypeConverter.ToString(index), value);
 }