System::Collections::Generic::List::operator[] metodu
List::operator method
Erişimci işlev.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int | Öğenin alınacağı indeks. |
ReturnValue
Belirtilen konumdaki öğeye referans.
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
Erişimci işlev.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int | Öğenin alınacağı indeks. |
ReturnValue
Belirtilen konumdaki öğeye const referans.
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++