Beispiel #1
0
 public bool ContainsKey(string key)
 {
     return(Standards.ContainsKey(key) || Customs.ContainsKey(key));
 }