System::Collections::Generic::List::AddRange method

List::AddRange method

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

void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)
ParameterTypeDescription
collectionIEnumerablePtrCollection to copy elements from.

See Also