System::Collections::Generic::SortedDictionary::crend méthode

SortedDictionary::crend method

Obtient un itérateur inverse pour un élément const inexistant avant le début de la collection.

const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::crend() const noexcept

ReturnValue

Un itérateur inverse pointant vers l’élément const‑qualifié théorique précédant le premier élément dans la map (dernier en sens inverse).

Voir aussi