System::Collections::Generic::BaseDictionary::begin 메서드
BaseDictionary::begin method
컨테이너의 키-값 요소에 대한 KVPair 래퍼에 대한 반복자를 반환합니다. C# 스타일로 구현되었습니다 - 반복자는 get_Key() 및 get_Value() 인터페이스를 가진 KVPair 객체를 반환해야 합니다. 컨테이너가 비어 있으면 반환된 반복자는 end()와 동일합니다.
const_iterator System::Collections::Generic::BaseDictionary<Map>::begin() const noexcept
ReturnValue
컬렉션의 첫 번째 요소를 가리키는 반복자.
또 보기
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++