System::Collections::Generic::List::InsertRange method

List::InsertRange method

Inserts data range at specific position.

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
ParameterTypeDescription
indexintIndex to insert data at.
collectionIEnumerablePtrCollection of elements to insert.

See Also