System::Array::operator[] 메서드
Array::operator method
지정된 인덱스에 있는 항목을 반환합니다.
UnderlyingType & System::Array<T>::operator[](int index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 반환할 항목의 인덱스 |
ReturnValue
지정된 위치에 있는 항목에 대한 참조
또 보기
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++
Array::operator const method
지정된 인덱스에 있는 항목을 반환합니다.
UnderlyingType const & System::Array<T>::operator[](int index) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 반환할 항목의 인덱스 |
ReturnValue
지정된 위치에 있는 항목에 대한 const 참조
또 보기
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++