Click or drag to resize

MultiMapK, VAdd Method

add an element to the map

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

Parameters

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