System::Collections::Generic::BaseSet::cbegin 方法

BaseSet::cbegin method

获取指向集合的第一个 const 限定元素的迭代器。

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

ReturnValue

指向哈希集合中第一个 const 限定元素的迭代器。

另见