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