1
Answer

Generics

Photo of abc

abc

16y
3k
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)