cbegin()

IEnumerable::cbegin() const method

Gets iterator pointing to the first const-qualified element (if any) of the collection.

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

Return Value

An iterator pointing to the first const-qualified element (if any) of the collection

See Also