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

SortedDictionary::rend() const method

获取 const 限定集合起始位置之前的不存在元素的反向迭代器。

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

ReturnValue

一个指向 const 限定映射中第一个元素之前的理论元素的反向迭代器(反向的最后一个)。

另见

SortedDictionary::rend() method

获取集合起始位置之前的不存在元素的反向迭代器。

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

ReturnValue

一个指向映射中第一个元素之前的理论元素的反向迭代器(反向的最后一个)。

另见