System::Collections::Generic::BaseDictionary::end 方法
BaseDictionary::end method
返回一个迭代器,指向容器中最后一个元素之后的键值对包装器。采用 C# 风格实现——迭代器应返回具有 get_Key() 和 get_Value() 接口的 KVPair 对象。此元素充当占位符;尝试访问它会导致未定义行为。
const_iterator System::Collections::Generic::BaseDictionary<Map>::end() const noexcept
ReturnValue
指向集合结束元素之后的理论元素的迭代器。
另见
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++