IEnumerable<T>.Last Method

Returns the last element of a sequence.

Namespace: Spring.Collections
public
 function Last: T; overload;

Return Value

Type: T

The value at the last position in the source sequence.