System::Collections::Generic::SortedDictionary::rend method

SortedDictionary::rend() const method

Mendapatkan iterator terbalik untuk elemen yang tidak ada sebelum awal koleksi yang const-qualified.

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

ReturnValue

Iterator terbalik yang menunjuk ke elemen teoritis yang mendahului elemen pertama dalam peta yang dikualifikasikan const (terakhir dalam urutan terbalik).

Lihat Juga

SortedDictionary::rend() method

Mendapatkan iterator terbalik untuk elemen yang tidak ada sebelum awal koleksi.

reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() noexcept

ReturnValue

Iterator terbalik yang menunjuk ke elemen teoritis yang mendahului elemen pertama dalam peta (terakhir dalam urutan terbalik).

Lihat Juga