cend()

IEnumerable::cend() const method

Gets iterator pointing right after the last const-qualified element (if any) of the collection.

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

Return Value

An iterator pointing right after the last const-qualified element (if any) of the collection

See Also