System::Collections::Generic::LinkedList::begin metodu
LinkedList::begin() const method
const nitelikli koleksiyonun ilk öğesine bir yineleyici 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.Font for C++
LinkedList::begin() method
Koleksiyonun ilk öğesine 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.Font for C++