Click or drag to resize

ReadOnlyDictionaryTKey, TValueContainsKey Method

Determines whether the System.Collections.Generic.IDictionary contains an element with the specified key.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to locate in the System.Collections.Generic.IDictionary.

Return Value

Type: Boolean
true if the System.Collections.Generic.IDictionary contains an element with the key; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also