| 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 public bool Contains(
TKey key
)
Parameters
- key
- Type: TKey
The key to locate.
Return Value
Type:
Booleantrue if
key is contained in the map; otherwise
false.
Exceptions See Also