System::Collections::Generic::LinkedList::cbegin メソッド

LinkedList::cbegin method

コレクションの最初の const 修飾要素へのイテレータを取得します。

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

ReturnValue

リンクリストの最初の const 修飾要素を指すイテレータ。

参照