In the method
public static void Copy<T>(List<T> source, List<T> destination)
I want to understand the meaning <T> after copy.