System::Collections::Generic::BaseDictionary::cbegin 方法
BaseDictionary::cbegin method
返回指向容器第一个元素的迭代器。采用 STL 风格实现。如果容器为空,返回的迭代器将等于 end()。
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept
ReturnValue
指向集合中第一个 const 限定元素的迭代器。
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++