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