System::Collections::Generic::IList::idx_get method
IList::idx_get method
Haalt element op op de opgegeven index.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index van het op te halen element. |
ReturnValue
Kopie van het element op de opgegeven index.
Zie ook
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++