CS Dapatkan item terakhir dari daftar

using System.Linq;

var lastItem = integerList.Last();
Ugliest Unicorn