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