System::Collections::Generic::LinkedList::end méthode

LinkedList::end() const method

Obtient un itérateur pour un élément inexistant situé après la fin de la collection const-qualifiée.

const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept

ReturnValue

Un itérateur pointant vers l’élément théorique placé après l’élément de fin dans l’instance const‑qualifiée de la liste chaînée.

Voir aussi

LinkedList::end() method

Obtient un itérateur pour un élément inexistant situé après la fin de la collection.

iterator System::Collections::Generic::LinkedList<T>::end() noexcept

ReturnValue

Un itérateur pointant vers l’élément théorique placé après l’élément de fin dans la liste chaînée.

Voir aussi