Click or drag to resize
MultiValueDictionaryTKey, TValueAdd Method (TKey, TValue)
Adds the specified value under the specified key

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.
See Also