System::Collections::ObjectModel::Collection::rend 方法

Collection::rend() const method

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

const_reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() const noexcept

ReturnValue

一个逆向迭代器,指向 const 限定列表中第一个元素之前的理论元素(逆向的最后一个)。

另见

Collection::rend() method

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

reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() noexcept

ReturnValue

一个逆向迭代器,指向列表中第一个元素之前的理论元素(逆向的最后一个)。

另见