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

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void Add(
	TKey key,
	TValue value
)

Parameters

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