Table of Contents

Method AddRange

Namespace
Innova.Prism.Library.ClassDefinitions
Assembly
Innova.Prism.Library.dll

AddRange(IEnumerable<T>)

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

public void AddRange(IEnumerable<T> list)

Parameters

list IEnumerable<T>

The collection whose elements should be added to the end of the collection.