csharp second last element

Code Example - csharp second last element

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