Which code segment should you use to define the ShoppingCart class?
seenagape
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?