System::Collections::Generic::List::cbegin method

List::cbegin method

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

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

ReturnValue

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

参照