Click or drag to resize

ListDictionaryTKey, TValueContainsKey Method

Determines whether the read-only dictionary contains an element that has 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.

Return Value

Boolean
if the read-only dictionary contains an element that has the specified key; otherwise, .

Implements

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