System::Collections::Generic::List::Add méthode

List::Add method

Ajoute un élément à la fin de la liste.

void System::Collections::Generic::List<T>::Add(const T &item) override
ParamètreTypeDescription
élémentconst T&Élément à ajouter.

Voir aussi