System::Collections::Generic::List::operator[] メソッド
List::operator method
アクセサ関数。
vector_t::reference System::Collections::Generic::List<T>::operator[](int 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
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 要素を取得するインデックス。 |
ReturnValue
指定された位置の要素への const 参照です。
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++