Пример #1
0
 public bool UpdateItem(Hash256 index, IShaMapItem\\ item)
 {
     return UpdateLeaf(new ShaMapLeaf(index, item));
 }
Пример #2
0
 protected internal ShaMapLeaf(Hash256 index, IShaMapItem<object> item)
 {
     Index = index;
     Item = item;
 }
Пример #3
0
 public bool AddItem(Hash256 index, IShaMapItem\\ item)
 {
     return AddLeaf(new ShaMapLeaf(index, item));
 }
Пример #4
0
 protected internal ShaMapLeaf(Hash256 index, IShaMapItem \ \ item)
 {
     Index = index;
     Item  = item;
 }
Пример #5
0
 public bool UpdateItem(Hash256 index, IShaMapItem<object> item)
 {
     return UpdateLeaf(new ShaMapLeaf(index, item));
 }
Пример #6
0
 public bool AddItem(Hash256 index, IShaMapItem<object> item)
 {
     return AddLeaf(new ShaMapLeaf(index, item));
 }
 public bool UpdateItem(Hash256 index, IShaMapItem <object> item)
 {
     return(UpdateLeaf(new ShaMapLeaf(index, item)));
 }
 public bool AddItem(Hash256 index, IShaMapItem <object> item)
 {
     return(AddLeaf(new ShaMapLeaf(index, item)));
 }