System::Collections::Generic::List::operator[]-Methode
List::operator method
Accessor‑Funktion.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int | Index, von dem das Element abgerufen wird. |
ReturnValue
Referenz auf das Element an der angegebenen Position.
Siehe auch
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::operator const method
Accessor‑Funktion.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int | Index, von dem das Element abgerufen wird. |
ReturnValue
Konstante Referenz auf das Element an der angegebenen Position.
Siehe auch
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++