System::Collections::Generic::LinkedList::begin 方法

LinkedList::begin() const method

获取指向 const 限定集合的第一个元素的迭代器。

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

ReturnValue

指向 const 限定的链表实例中第一个元素的迭代器。

另见

LinkedList::begin() method

获取集合中第一个元素的迭代器。

iterator System::Collections::Generic::LinkedList<T>::begin() noexcept

ReturnValue

指向链表中第一个元素的迭代器。

另见