Click or drag to resize

FastDictionaryTKey, TValueContains Method

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The item that contains the key.

Return Value

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

Implements

ICollectionTContains(T)
See Also