Esempio n. 1
0
 IDictionaryEnumerator IDictionary.GetEnumerator()
 {
     return(new PythonDictionary.DictEnumerator(Dictionary.GetEnumerator()));
 }