Click or drag to resize

AutoWeakIndexerTKey, TValueContainsKey Method

Determines whether the AutoWeakIndexerTKey, TValue contains the specified key.

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool ContainsKey(
	TKey key
)

Parameters

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

Return Value

Boolean
true if the AutoWeakIndexerTKey, TValue contains an element with the specified key; otherwise, false.
See Also