======Метод Dictionary.GetEnumerator()====== Возвращает перечислитель, осуществляющий перебор элементов словаря [[developers:references:system.collections.generic.dictionary_2|Dictionary]] . * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public Enumerator GetEnumerator() **Возвращаемое значение** * Тип: [[developers:references:system.collections.generic.enumerator_2|System.Collections.Generic.Enumerator]] * Структура __T:System.Collections.Generic.Dictionary`2.Enumerator__ для словаря [[developers:references:system.collections.generic.dictionary_2|Dictionary]] .