Click or drag to resize

DictionaryWithNullableKeyTKey, TValueContainsKey Method

Determines whether the IDictionaryTKey, TValue contains an element with the specified key.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

key  TKey
The key to locate in the IDictionaryTKey, TValue.

Return Value

Boolean
if the IDictionaryTKey, TValue contains an element with the key; otherwise, .

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also