System::Collections::Generic::BaseSet::end 方法

BaseSet::end method

获取指向 const 限定集合末尾之后的不存在的元素的迭代器。

const_iterator System::Collections::Generic::BaseSet<T, SET_T>::end() const noexcept

ReturnValue

指向哈希集合中 const 限定实例的末尾元素之后的理论元素的迭代器。

另见