Method ContainsKey | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ContainsKey(string)
Determines whether the IDictionary<TKey, TValue> contains an element with the specified key.
public bool ContainsKey(string key)
Parameters
key
string
The key to locate in the IDictionary<TKey, TValue>.
Returns
true if the IDictionary<TKey, TValue> contains an element with the key; otherwise, false.
Exceptions
key
is null.