System::Collections::Generic::List::begin 方法
List::begin() const method
获取 const 限定集合的第一个元素的迭代器。
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
指向列表 const 限定实例中第一个元素的迭代器。
另见
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
获取指向集合第一个元素的迭代器。
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
指向列表中第一个元素的迭代器。
另见
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++