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

LinkedList::end() const method

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

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

ReturnValue

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

参照

LinkedList::end() method

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

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

ReturnValue

リンクリストの末端要素の後に配置された理論上の要素を指すイテレータ。

参照