public bool UpdateItem(Hash256 index, IShaMapItem\\ item) { return UpdateLeaf(new ShaMapLeaf(index, item)); }
protected internal ShaMapLeaf(Hash256 index, IShaMapItem<object> item) { Index = index; Item = item; }
public bool AddItem(Hash256 index, IShaMapItem\\ item) { return AddLeaf(new ShaMapLeaf(index, item)); }
protected internal ShaMapLeaf(Hash256 index, IShaMapItem \ \ item) { Index = index; Item = 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)); }
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))); }