System::Collections::Generic::SortedList::crbegin method

SortedList::crbegin method

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

const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::crbegin() const noexcept

ReturnValue

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

另见