System::Collections::Generic::IList::idx_get method
IList::idx_get method
Hämtar elementet på angivet index.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index för elementet att hämta. |
ReturnValue
Kopia av element på angivet index.
Se även
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++