Table of Contents

Method AddRange

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of this list.

public void AddRange(IEnumerable<T> item)

Parameters

item IEnumerable<T>

The collection to add.