System::Collections::Generic::List::begin 方法

List::begin() const method

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

const_iterator System::Collections::Generic::List<T>::begin() const noexcept

ReturnValue

指向列表 const 限定实例中第一个元素的迭代器。

另见

List::begin() method

获取集合中第一个元素的迭代器。

iterator System::Collections::Generic::List<T>::begin() noexcept

ReturnValue

指向列表中第一个元素的迭代器。

另见