Click or drag to resize

MultiMapK, VContainsKey Method

Checks whether the MultiMap contains a specific key.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool ContainsKey(
	K key
)

Parameters

key
Type: K
True if the key is contained in the MultiMap.

Return Value

Type: Boolean
True if the key is contained in the map.
See Also