csharp second last index

Code Example - csharp second last index

                
                        int secondLastElement = _list[_list.Count - 2];