LINQ_ElementAt()
IEnumerable::LINQ_ElementAt(int) method
Returns the element at a specified index in a sequence.
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to get element at. |
Return Value
Element at specified index.
See Also
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Slides