cs get last item from list code example Example: cs get last item from list using System.Linq; var lastItem = integerList.Last();