System::Collections::Generic::List::operator[] yöntemi
List::operator method
Erişimci işlev.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parametre | Tür | 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.Font for C++
List::operator const method
Erişimci işlev.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parametre | Tür | Açıklama |
|---|---|---|
| indeks | int | Öğenin alınacağı indeks. |
ReturnValue
Belirtilen konumdaki öğeye sabit referans.
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++