MultiValueDictionary<(Of <(<'TKey, TValue>)>)>..::..AddRange Method (TKey, IEnumerable<(Of <(<'TValue>)>)>)

Adds the range of values to the specified key.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void AddRange(
	TKey key,
	IEnumerable<TValue> values
)
Public Sub AddRange ( _
	key As TKey, _
	values As IEnumerable(Of TValue) _
)

Parameters

key
Type: TKey
The key.
values
Type: IEnumerable<(Of <(<'TValue>)>)>
The values.

Exceptions


ExceptionCondition
[ArgumentNullException]key
[ArgumentNullException]values