Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryContains Method

Determines whether the dictionary contains an element with the supplied key.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
bool IDictionary.Contains(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate.

Return Value

Type: Boolean
true if the dictionary contains key; otherwise false.

Implements

IDictionaryContains(Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen key is null.
See Also