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
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++