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

List::begin() const method

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

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

ReturnValue

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

参照

List::begin() method

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

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

ReturnValue

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

参照