csharp copy list without reference

Code Example - csharp copy list without reference

                
                        List<T> newList = new List<T>(ListToCopy);