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