38394041424344
keys = new IterableEnumerator(map.keySet()); } public Object get_Current() { return new DictionaryEntry(get_Key(), get_Value()); }
53545556575859
keys.Reset(); } public DictionaryEntry get_Entry() { return new DictionaryEntry(get_Key(), get_Value()); }