K
K.K.
I have an instance of type Dictionary<int, string>. What is the type of the
enumerator returned by GetEnumerator()? In other words, how would I fill in
this blank:
Dictionary<int, string> myDictionary = new Dictionary<int, string>();
_____(?)_____ en = myDictionary.GetEnumerator();
enumerator returned by GetEnumerator()? In other words, how would I fill in
this blank:
Dictionary<int, string> myDictionary = new Dictionary<int, string>();
_____(?)_____ en = myDictionary.GetEnumerator();