System::Collections::Generic::SortedDictionary::rend metodu

SortedDictionary::rend() const method

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

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

ReturnValue

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

Ayrıca Bakınız

SortedDictionary::rend() method

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

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

ReturnValue

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

Ayrıca Bakınız