AddRange()

System::Collections::Generic::CollectionExtensions::AddRange(const SharedPtr<List<T>>&, const ReadOnlySpan<T>&) function

Adds all items from the source span to given list.

template<typename T> void System::Collections::Generic::CollectionExtensions::AddRange(const SharedPtr<List<T>> &list, const ReadOnlySpan<T> &source)

See Also