175.
The classes in the System.Collections namespace store what type?
View Description
The collection classes store object references in order to be generic. Two consequences of this are that the classes are not typesafe and that value types get boxed when they are added.