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

LinkedList::begin() const method

const 한정 컬렉션의 첫 번째 요소에 대한 반복자를 가져옵니다.

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

ReturnValue

const 한정 연결 리스트 인스턴스의 첫 번째 요소를 가리키는 반복자.

또 보기

LinkedList::begin() method

컬렉션의 첫 번째 요소에 대한 반복자를 가져옵니다.

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

ReturnValue

연결 리스트의 첫 번째 요소를 가리키는 반복자.

또 보기