System::Collections::Generic::SortedDictionary::crbegin method

SortedDictionary::crbegin method

Ottiene un iteratore inverso all’ultimo elemento qualificato const della raccolta (primo in ordine inverso).

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

ReturnValue

Un iteratore inverso che punta all’ultimo elemento const-qualificato nella mappa (primo in ordine inverso).

Vedi anche