second last element c# code example Example: c# second last element int secondLastElement = _list[_list.Count - 2];