|
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)
Syntaxpublic bool ContainsKey(
K key
)
Public Function ContainsKey (
key As K
) As Boolean
public:
bool ContainsKey(
K key
)
member ContainsKey :
key : 'K -> bool
Parameters
- key
- Type: K
True if the key is contained in the MultiMap.
Return Value
Type:
BooleanTrue if the key is contained in the map.
See Also