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

List::InsertRange method

Insère une plage de données à une position spécifique.

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
ParamètreTypeDescription
indiceintIndice où insérer les données.
collectionIEnumerablePtrCollection d’éléments à insérer.

Voir aussi