TEnumerableBase<T>.ElementAt(Integer) Method

Returns the element at a specified index in a sequence.

Namespace: Spring.Collections.Base
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.

Implements

IEnumerable<T>.ElementAt(Integer)