System::Collections::Generic::LinkedList::begin method
LinkedList::begin() method
Gets iterator to the first element of collection.
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
An iterator pointing to the first element in the linked list.
See Also
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
LinkedList::begin() const method
Gets iterator to the first element of the const-qualified collection.
const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept
ReturnValue
An iterator pointing to the first element in the const-qualified instance of the linked list.
See Also
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++