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