Metodo System::Collections::Generic::SortedList::crbegin
SortedList::crbegin method
Ottiene un iteratore inverso all’ultimo elemento const-qualified della collezione (primo in ordine inverso).
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::crbegin() const noexcept
ReturnValue
Un iteratore reverse che punta all’ultimo elemento qualificato const nella mappa (primo in reverse).
Vedi anche
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++