1
Answer

Generics

abc

abc

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