System::Collections::Generic::List::crend メソッド

List::crend method

コレクションの開始前にある存在しない const 修飾要素の逆イテレータを取得します。

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

ReturnValue

リストの最初の要素の前にある理論上の const 修飾要素を指す逆イテレータ(逆順で最後)。

参照