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
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
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
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++