These are few objective type questions which i was not able to find the solution [closed]
- by Tarun
1. 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…