System::Collections::Generic::List::cbegin method

List::cbegin method

Hämtar iterator till det första const‑kvalificerade elementet i samlingen.

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

ReturnValue

En iterator som pekar på det första konstantkvalificerade elementet i listan.

Se även