コード例 #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
ファイル: ShaMapLeaf.cs プロジェクト: fs0c131y/BitfiSources
 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));
 }
コード例 #7
0
 public bool UpdateItem(Hash256 index, IShaMapItem <object> item)
 {
     return(UpdateLeaf(new ShaMapLeaf(index, item)));
 }
コード例 #8
0
 public bool AddItem(Hash256 index, IShaMapItem <object> item)
 {
     return(AddLeaf(new ShaMapLeaf(index, item)));
 }