System::Collections::Generic::List::cbegin method
List::cbegin method
コレクションの最初の const 修飾要素へのイテレータを取得します。
const_iterator System::Collections::Generic::List<T>::cbegin() const noexcept
ReturnValue
リスト内の最初の const 修飾要素を指すイテレータ。
参照
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++