c# copy list to list without reference code example Example: c# copy list without reference List<T> newList = new List<T>(ListToCopy);