how to copy last element in list csharp

Code Example - how to copy last element in list csharp

                
                        var lastItem = integerList.Last();