IEnumerable<T>.ElementAt(Integer) Method
Returns the element at a specified index in a sequence.
public
function ElementAt(index: Integer): T;
Parameters
- index
- Type: Integer
The zero-based index of the element to retrieve.
Return Value
Type: T
The element at the specified position in the source sequence.