MultiMapK, VContainsKey Method
Checks whether the MultiMap contains a specific key.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool ContainsKey(
K key
)
Public Function ContainsKey (
key As K
) As Boolean
public:
bool ContainsKey(
K key
)
member ContainsKey :
key : 'K -> bool
- key K
- True if the key is contained in the MultiMap.
BooleanTrue if the key is contained in the map.