abc

abc

  • NA
  • 1
  • 0

Generics

Jan 5 2009 8:46 AM
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)