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

List::cend method

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

const_iterator System::Collections::Generic::List<T>::cend() const noexcept

ReturnValue

リストの末尾要素の後に配置される理論上の const 修飾要素を指すイテレータ。

参照