Exemple #1
0
 public bool Contains(KeyValuePair <string, object> item)
 {
     return(SettingsDictionary.Contains(item));
 }