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)
ParameterTypeBeskrivning
indexintIndex där data ska infogas.
samlingIEnumerablePtrSamling av element att infoga.

Se även