System::Collections::Generic::List::operator[] methode
List::operator method
Accessor-functie.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om element uit te halen. |
ReturnValue
Referentie naar element op de opgegeven positie.
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
Accessor-functie.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om element uit te halen. |
ReturnValue
Constante referentie naar element op de opgegeven positie.
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++