System::Array::operator[] メソッド
Array::operator method
指定されたインデックスの項目を返します。
UnderlyingType & System::Array<T>::operator[](int 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
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 返す項目のインデックス |
ReturnValue
指定された位置の項目への const 参照
参照
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++