System::Collections::Generic::SortedDictionary::rbegin 方法

SortedDictionary::rbegin() const method

获取指向 const 限定集合中最后一个元素的逆向迭代器(逆向的第一个)。

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

ReturnValue

指向 const 限定映射中最后一个元素的逆向迭代器(逆向的第一个)。

另见

SortedDictionary::rbegin() method

获取指向集合中最后一个元素的逆向迭代器(逆向的第一个)。

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

ReturnValue

指向映射中最后一个元素的逆向迭代器(逆向的第一个)。

另见