c Scharfe Überprüfen Sie, ob der Schlüssel im Wörterbuch eingetragen ist

// To check if a dictionary has a certain key, use 'ContainsKey()'
dict.ContainsKey(key);
SkelliBoi