Exemplo n.º 1
0
 public bool ContainsKey(object key)
 {
     return(_container.GetStrategy(key.ToString()) != null);
 }