Skip to content

IDurableList<T>.AddRange(IEnumerable<T>)

AddRange(IEnumerable<T>)

abstract
public abstract void AddRange(IEnumerable<T> collection)
Adds the elements of the specified collection to the end of the list.

Parameters

collectionIEnumerable<T>
The collection whose elements are added to the list.