System::Collections::Generic::List::crbegin method

List::crbegin method

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

const_reverse_iterator System::Collections::Generic::List<T>::crbegin() const noexcept

ReturnValue

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

参照