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