System::Collections::Specialized::StringCollection::cbegin 메서드
StringCollection::cbegin method
컨테이너의 첫 번째 const 한정 요소에 대한 반복자를 반환합니다. 컨테이너가 비어 있는 경우, 반환된 반복자는 cend()와 같습니다.
const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept
ReturnValue
컨테이너의 첫 번째 const 한정 요소를 가리키는 반복자입니다.
또 보기
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++