System::Collections::Generic::IEnumerable::LINQ_ElementAt methode
IEnumerable::LINQ_ElementAt method
Retourneert het element op een opgegeven index in een reeks.
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om een element op te halen. |
ReturnValue
Element op opgegeven index.
Zie ook
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++