Kizspy | Question: 43
(Choose 1 answer)
FJOVERFLOW.COM
Which of the following is an example of a generic method in C#?
A. public void Print(int value)
B. public void Print<T>(T value)
C. public void Print(object value)
D. public void Print(int value, string text)