System::Collections::Generic::List::idx_get methode
List::idx_get method
Haalt het element op op een specifieke positie.
T System::Collections::Generic::List<T>::idx_get(int index) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om element uit te halen. |
ReturnValue
Kopie van element op opgegeven positie.
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++