Microsoft Exam Questions

Which code segment should you use to define the ShoppingCart class?

You want to create a class named ShoppingCart that has a type argument named TItem. The TItem
type argument must be a value type. Which code segment should you use to define the
ShoppingCart class?

A.

B.

C.

D.