System::Collections::Generic::LinkedList::begin yöntemi
LinkedList::begin() const method
Sabit nitelikli koleksiyonun ilk elemanına bir yineleyici (iterator) alır.
const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept
ReturnValue
Const nitelikli bağlı liste örneğinin ilk öğesine işaret eden bir iterator.
Ayrıca Bakınız
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::begin() method
Koleksiyonun ilk öğesine bir yineleyici alır.
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
Bağlı listedeki ilk öğeye işaret eden bir iterator.
Ayrıca Bakınız
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++