System::Collections::Generic::LinkedList::cbegin method

LinkedList::cbegin method

Gets iterator to the first const-qualified element of collection.

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

ReturnValue

An iterator pointing to the first const-qualified element in the linked list.

See Also