Click or drag to resize
MultiValueDictionaryTKey, TValueAddRange Method
Adds the range of values under the key specified.

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 AddRange(
	TKey key,
	IEnumerable<TValue> values
)

Parameters

key
Type: TKey
The key.
values
Type: System.Collections.GenericIEnumerableTValue
The values.
See Also