Click or drag to resize

MultiMapK, VAdd Method (K, V)

add an element to the map.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Add(
	K key,
	V value
)

Parameters

key
Type: K
key.
value
Type: V
value.
See Also