We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the read-only dictionary contains an element that has the specified key.
Namespace: CodeJam.ThreadingAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool ContainsKey( TKey key )
VB
Public Function ContainsKey ( key As TKey ) As Boolean
F#
abstract ContainsKey : key : 'TKey -> bool override ContainsKey : key : 'TKey -> bool
Type: Booleantrue if the read-only dictionary contains an element that has the specified key; otherwise, false.
IReadOnlyDictionary(TKey, TValue).ContainsKey(TKey)
ConcurrentLazyDictionary(TKey, TValue) ClassCodeJam.Threading Namespace