System::Collections::Generic::IEnumerable::end 메서드
IEnumerable::end() method
컬렉션에서 (있는 경우) 마지막 요소 바로 뒤를 가리키는 반복자를 반환합니다. 이 반복자는 GetEnumerator()가 T의 복사 객체를 반환하기 때문에 참조된 객체를 변경하는 데 사용할 수 없습니다.
iterator System::Collections::Generic::IEnumerable<T>::end()
ReturnValue
컬렉션의 마지막 요소(있는 경우) 바로 뒤를 가리키는 반복자
또 보기
- Typedef iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::end() const method
컬렉션의 const 한정 인스턴스에서 마지막 요소(있는 경우) 바로 뒤를 가리키는 반복자를 가져옵니다.
const_iterator System::Collections::Generic::IEnumerable<T>::end() const
ReturnValue
컬렉션의 const 한정 인스턴스에서 마지막 요소(있는 경우) 바로 뒤를 가리키는 반복자
또 보기
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++