Click or drag to resize

MultiMapK, VAdd Method (K, ListV)

add a list of identifiers 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,
	List<V> values
)

Parameters

key
Type: K
key.
values
Type: System.Collections.GenericListV
values.
See Also