System::Collections::Generic::List::idx_get‑metod
List::idx_get method
Hämtar element på en specifik position.
T System::Collections::Generic::List<T>::idx_get(int index) const override
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index för att hämta element från. |
ReturnValue
Kopia av element på angiven position.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++