System::Collections::Generic::SortedDictionary::crend metodu

SortedDictionary::crend method

Koleksiyonun başlangıcından önceki mevcut olmayan const-nitelikli bir eleman için ters yineleyici alır.

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

ReturnValue

Bir ters yineleyici, haritada ilk öğenin önündeki teorik const nitelikli öğeye işaret eder (ters sırada son).

Ayrıca Bakınız