Question:Which of the following advantages does System.Collections.IDictionaryEnumerator provide over System.Collections.IEnumerator?
A It adds properties for direct access to both the Key and the Value
B It is optimized to handle the structure of a Dictionary.
C It provides properties to determine if the Dictionary is enumerated in Key or Value order
D It provides reverse lookup methods to distinguish a Key from a specific Value
+ AnswerA
+ Report