Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
| C# |
public bool ContainsKey( TKey key )
- key (TKey)
- The key to locate in the IDictionary<(Of <(<'TKey, TValue>)>)>.
true if the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the key; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException |
key is null.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)