System::Collections::Generic::IEnumerable::LINQ_ElementAt method
IEnumerable::LINQ_ElementAt method
Returns the element at a specified index in a sequence.
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
Parameter | Type | Description |
---|---|---|
index | int | Index to get element at. |
ReturnValue
Element at specified index or default-constructed value if not found.
See Also
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++