System::Collections::Generic::List::operator[] metod
List::operator method
Åtkomstfunktion.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index för att hämta element från. |
ReturnValue
Referens till element på angiven position.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
Åtkomstfunktion.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index för att hämta element från. |
ReturnValue
Konstant referens till element på angiven position.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++