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

LinkedList::begin() const method

const 修飾されたコレクションの最初の要素へのイテレータを取得します。

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

ReturnValue

const 修飾されたリンクリストインスタンスの最初の要素を指すイテレータ。

参照

LinkedList::begin() method

コレクションの最初の要素へのイテレータを取得します。

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

ReturnValue

リンクリストの最初の要素を指すイテレータ。

参照