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