I really like Last() and would use it all the time for Lists. But since it seems to be defined for IEnumerable, I gu
Last()
List
IEnumerable
For List it is O(1), but for other enumerables it may be O(N).