Kizspy | Question: 7
(Choose 1 answer)
With the constraint "where T: class", what it means?
A. The type argument must be a reference type. This constraint applies also to any class, interface, delegate, or array
type. T must be a non-nullable reference type
The type argument must be a non-nullable value type, either nullable or non-nullable
B.C. The type argument must be a reference type, either nullable or non-nullable. This constraint applies also to any
class, interface, delegate, or array type.
D. None of the others
GOM