Table of Contents

Method AddRange

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

AddRange<T>(Collection<T>, IEnumerable<T>)

public static void AddRange<T>(this Collection<T> list, IEnumerable<T> other)

Parameters

list Collection<T>
other IEnumerable<T>

Type Parameters

T

AddRange(IDictionary, IDictionary)

public static void AddRange(this IDictionary dict, IDictionary other)

Parameters

dict IDictionary
other IDictionary

AddRange<TKey, TValue>(IDictionary<TKey, TValue>, IDictionary<TKey, TValue>)

public static void AddRange<TKey, TValue>(this IDictionary<TKey, TValue> dict, IDictionary<TKey, TValue> other)

Parameters

dict IDictionary<TKey, TValue>
other IDictionary<TKey, TValue>

Type Parameters

TKey
TValue

AddRange<TKey, TValue>(Dictionary<TKey, TValue>, Dictionary<TKey, TValue>)

public static void AddRange<TKey, TValue>(this Dictionary<TKey, TValue> dict, Dictionary<TKey, TValue> other) where TKey : notnull

Parameters

dict Dictionary<TKey, TValue>
other Dictionary<TKey, TValue>

Type Parameters

TKey
TValue