LINQ_Last()

IEnumerable::LINQ_Last() method

Returns the last element of a sequence.

T System::Collections::Generic::IEnumerable<T>::LINQ_Last()

Return Value

Last element in the sequence.

See Also