Click or drag to resize

RecentDictionaryTKey, TValueContainsKey Method

Determines whether the dictionary contains the specified key. The order of items in the dictionary is not modified.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to locate

Return Value

Type: Boolean
true if the dictionary contains an element with the specified key; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also