System::Collections::Generic::IEnumerable::cbegin metod

IEnumerable::cbegin method

Hämtar iterator som pekar på det första const‑kvalificerade elementet (om något) i samlingen.

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

ReturnValue

En iterator som pekar på det första const‑kvalificerade elementet (om något) i samlingen

Se även