System::Collections::Generic::SortedDictionary::crend method
SortedDictionary::crend method
获取指向集合起始位置之前的不存在的 const 限定元素的逆向迭代器。
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::crend() const noexcept
ReturnValue
一个指向映射中第一个元素之前的理论 const 限定元素的反向迭代器(反向的最后一个)。
另见
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++