Click or drag to resize

WeakDictionaryTKey, TValueContains Method

Determines whether the dictionary contains the specified key.

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

Parameters

key  TKey
The key to locate.

Return Value

Boolean
True if the dictionary contains the key; otherwise, false.
See Also