cend()

List::cend() const method

Gets iterator for a non-existent const-qualified element behind the end of the collection.

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

Return Value

An iterator pointing to the theoretical const-qualified element placed after the end element in the list.

See Also