System::Collections::Specialized::StringCollection::begin 메서드
StringCollection::begin() const method
const 한정 컨테이너의 첫 번째 요소를 가리키는 반복자를 반환합니다. 컨테이너가 비어 있으면 반환된 반복자는 end()와 동일합니다.
const_iterator System::Collections::Specialized::StringCollection::begin() const noexcept
ReturnValue
const 한정 컨테이너의 첫 번째 요소를 가리키는 반복자.
또 보기
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
StringCollection::begin() method
컨테이너의 첫 번째 요소를 가리키는 반복자를 반환합니다. 컨테이너가 비어 있으면 반환된 반복자는 end()와 동일합니다.
iterator System::Collections::Specialized::StringCollection::begin() noexcept
ReturnValue
컨테이너의 첫 번째 요소를 가리키는 반복자.
또 보기
- Typedef iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++