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

BaseSet::end method

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

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

ReturnValue

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

另见