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