ReadOnlyDictionaryBaseTKey, TValueContainsKey Method

CVB.Net Documentation
Determines whether the key is in this collection.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public virtual bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
Key of element to locate.

Return Value

Type: Boolean
true if key could be located; false if not.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference