Click or drag to resize

MultiMapK, VItem Property

return all values corresponding to a given key

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<V> this[
	K key
] { get; }

Parameters

key
Type: K
key

Return Value

Type: ListV
all values corresponding to a given key
See Also