System::Collections::IListImplValueType::Insert méthode

IListImplValueType::Insert method

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

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

Voir aussi