Click or drag to resize

HelperExtensionsAddRangeTKey, TValue Method (IDictionaryTKey, TValue, IDictionaryTKey, TValue)

Namespace:  BionicCode.Utilities.Net.Standard.Extensions
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.2
Syntax
public static void AddRange<TKey, TValue>(
	this IDictionary<TKey, TValue> thisCollection,
	IDictionary<TKey, TValue> range
)

Parameters

thisCollection
Type: System.Collections.GenericIDictionaryTKey, TValue
The IDictionaryTKey, TValue to modify.
range
Type: System.Collections.GenericIDictionaryTKey, TValue
The IDictionaryTKey, TValue to add.

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryTKey, TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md