get last object from a list c# code example Example: c# get the last item in a list var lastItem = integerList.Last();