System::Collections::Generic::BaseDictionary::cbegin method
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.Page for C++