Example #1
0
 public void Update(int key, T val)
 {
     _catalog.Update(key, val);
 }