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
itemIEnumerable<T>The collection to add.