System::Collections::Generic::List::InsertRange metod

List::InsertRange method

Infogar dataintervall på en specifik position.

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
ParameterTypBeskrivning
indexintIndex att infoga data vid.
samlingIEnumerablePtrSamling av element att infoga.

Se även