MultiValueDictionary<(Of <(<'TKey, TValue>)>)>..::..AddRange Method (TKey, array<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,
	params TValue[] values
)
Public Sub AddRange ( _
	key As TKey, _
	ParamArray values As TValue() _
)

Parameters

key
Type: TKey
The key.
values
Type: array<TValue>[]()[][]
The values.

Exceptions


ExceptionCondition
[ArgumentNullException]key
[ArgumentNullException]values