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

List::end() const method

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

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

ReturnValue

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

参照

List::end() method

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

iterator System::Collections::Generic::List<T>::end() noexcept

ReturnValue

リストの末尾要素の後に配置される理論的な要素を指すイテレータです。

参照