System::Collections::Generic::BaseDictionary::cend 方法

BaseDictionary::cend method

返回指向容器最后一个元素之后的元素的迭代器。采用 STL 风格实现。该元素充当占位符;尝试访问它会导致未定义行为。

stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cend() const noexcept

ReturnValue

指向集合中理论上位于结束元素之后的 const 限定元素的迭代器。

另见