System::Collections::Generic::List::operator[] 메서드

List::operator method

접근자 함수.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
매개변수형식설명
indexint요소를 가져올 인덱스.

ReturnValue

지정된 위치에 있는 요소에 대한 참조.

또 보기

List::operator const method

접근자 함수.

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
매개변수형식설명
indexint요소를 가져올 인덱스.

ReturnValue

지정된 위치에 있는 요소에 대한 상수 참조.

또 보기