Click or drag to resize

MultiMapK, VAddUnique Method

add an element to the map if not already present

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

Parameters

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