System::Collections::Generic::List::begin yöntemi

List::begin() const method

Sabit nitelikli koleksiyonun ilk elemanına bir yineleyici (iterator) alır.

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

ReturnValue

Liste’nin const nitelikli örneğinde ilk öğeyi gösteren bir iterator.

Ayrıca Bakınız

List::begin() method

Koleksiyonun ilk öğesine bir yineleyici alır.

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

ReturnValue

Listede ilk öğeyi gösteren bir iterator.

Ayrıca Bakınız