Kizspy | Question: 42
(Choose 1 answer)
What is the constraint 'where T: class' used for?
A. To specify that T must be a reference type
B. To specify that T must be a value type
C. To specify that T must implement an interface
D. To specify that T must have a parameterless constructor