InsertRange()

List::InsertRange(int, IEnumerablePtr) method

Inserts data range at specific position.

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)

Arguments

ParameterTypeDescription
indexintIndex to insert data at.
collectionIEnumerablePtrCollection of elements to insert.

See Also