System::Collections::Generic::List::operator[] 메서드
List::operator method
접근자 함수.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 가져올 인덱스. |
ReturnValue
지정된 위치에 있는 요소에 대한 참조.
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
접근자 함수.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 가져올 인덱스. |
ReturnValue
지정된 위치에 있는 요소에 대한 상수 참조.
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++