System::Collections::Generic::List::operator[] method
List::operator method
Fungsi accessor.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| indeks | int | Indeks untuk mendapatkan elemen dari. |
ReturnValue
Referensi ke elemen pada posisi yang ditentukan.
Lihat Juga
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
Fungsi accessor.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| indeks | int | Indeks untuk mendapatkan elemen dari. |
ReturnValue
Referensi konstan ke elemen pada posisi yang ditentukan.
Lihat Juga
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++