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

LinkedList::cbegin method

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

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

ReturnValue

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

另见