Exemplo n.º 1
0
 public bool Replace(String key, object obj)
 {
     return(_collection.Replace(key, obj));
 }