AddRange()

List::AddRange(IEnumerablePtr) method

Adds all elements from collection (or itself) to the end of current list.

void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)

Arguments

ParameterTypeDescription
collectionIEnumerablePtrCollection to copy elements from.

See Also