TEnumerableBase<T>.Last Method

Returns the last element of a sequence.

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

Return Value

Type: T

The value at the last position in the source sequence.

Implements

IEnumerable<T>.Last