Click or drag to resize

HelperExtensions.AddRange<TKey, TValue> Method (IDictionary<TKey, TValue>, IDictionary<TKey, TValue>)

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

Parameters

thisCollection
Type: System.Collections.Generic.IDictionary<TKey, TValue>
The IDictionary<TKey, TValue> to modify.
range
Type: System.Collections.Generic.IDictionary<TKey, TValue>
The IDictionary<TKey, TValue> to add.

Type Parameters

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

Return Value

Type: IDictionary<TKey, TValue>

[Missing <returns> documentation for "M:BionicCode.Utilities.Net.Standard.Extensions.HelperExtensions.AddRange``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionary<TKey, 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