Click or drag to resize

RankedMapTKey, TValueKeyCollectionContains Method

Determines whether the map contains the supplied key.

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

Parameters

key
Type: TKey
The key to locate.

Return Value

Type: Boolean
true if key is contained in the map; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen key is null.
See Also