System::Collections::Generic::LinkedList::end 메서드

LinkedList::end() const method

const 한정 컬렉션 끝 뒤에 존재하지 않는 요소에 대한 반복자를 가져옵니다.

const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept

ReturnValue

const 한정된 연결 리스트 인스턴스에서 끝 요소 뒤에 배치된 이론적인 요소를 가리키는 반복자.

또 보기

LinkedList::end() method

컬렉션 끝 뒤에 존재하지 않는 요소에 대한 반복자를 가져옵니다.

iterator System::Collections::Generic::LinkedList<T>::end() noexcept

ReturnValue

연결 리스트에서 끝 요소 뒤에 배치된 이론적인 요소를 가리키는 반복자.

또 보기