Table of Contents

Method AddRange

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

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

Add all elements of other to the given source.

public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> other)

Parameters

collection ICollection<T>
other IEnumerable<T>

Type Parameters

T