======Свойство Dictionary.Keys====== Получает коллекцию, содержащую ключи из словаря [[developers:references:system.collections.generic.dictionary_2|Dictionary]] . * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public KeyCollection Keys { get; } **Значение свойства** * Тип: [[developers:references:system.collections.generic.keycollection_2|System.Collections.Generic.KeyCollection]]