Multiple Choice
The generic class SortedDictionary takes two type arguments: the first is _______ and the second is ________.
A) the type of value, the type of key
B) the type of key, the type of value
C) the type of the lookup, the type of key
D) the type of value, the type of the lookup
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Storing everything as objects in a collection
Q18: Which of the following is not a
Q19: Classes which implement the IEnumerator interface must
Q20: Which of the following statements is false<br>A)
Q21: Enumerators must implement the IEnum interface.
Q23: Which of the following is not a
Q24: All collection classes in theNET Framework implement
Q25: Enumerators can be used to modify the
Q26: All arrays implicitly inherit from abstract base
Q27: Which of the following statements is false<br>A)