System::Collections::Generic::LinkedList::cbegin 方法

LinkedList::cbegin method

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

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

ReturnValue

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

另见