Click or drag to resize

MultiMapK, VTryGetValue Method

Tries to find a key in the MultiMap.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool TryGetValue(
	K key,
	out List<V> value
)

Parameters

key
Type: K
Key to be found.
value
Type: System.Collections.GenericListV
Values in case the Multimap contains the key.

Return Value

Type: Boolean
True if the key is found.
See Also