Suoranta.Finance Namespace
Suoranta.Finance - Developer API

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

Namespace:  Suoranta.Finance
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public static void AddRange<TKey, TValue>(
	this IDictionary<TKey, TValue> dictionary,
	IEnumerable<KeyValuePair<TKey, TValue>> values
)

Type Parameters

TKey
TValue

Parameters

dictionary
Type: IDictionary<(Of <(<'TKey, TValue>)>)>
values
Type: IEnumerable<(Of <(<'KeyValuePair<(Of <(<'TKey, TValue>)>)>>)>)>