System::Collections::Generic::BaseSet::begin 方法

BaseSet::begin method

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

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

ReturnValue

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

另见