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