System::Collections::ObjectModel::Collection::rbegin method

Collection::rbegin() const method

const 修飾されたコレクションの最後の要素(逆順では最初)への逆イテレータを取得します。

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

ReturnValue

const 修飾されたリストの最後の要素(逆順の最初)を指す逆イテレータ。

参照

Collection::rbegin() method

コレクションの最後の要素(逆順では最初)への逆イテレータを取得します。

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

ReturnValue

リストの最後の要素(逆順の最初)を指す逆イテレータ。

参照