IEnumerable<T>.Last Method
Returns the last element of a sequence.
public
function Last: T; overload;
Return Value
Type: T
The value at the last position in the source sequence.
Returns the last element of a sequence.
public
function Last: T; overload;
The value at the last position in the source sequence.