Esempio n. 1
0
 public bool Contains(KeyValuePair <string, object> item)
 {
     return(_values.Contains(item));
 }