méthode System::Collections::IListImplRefType::Insert

IListImplRefType::Insert method

Insère l’élément à la position spécifiée, en décalant les autres éléments.

virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
ParamètreTypeDescription
indiceintIndice où insérer les éléments.
valeurSystem::SharedPtr<System::Object>Élément à insérer à l’indice spécifié.

Voir aussi