======Свойство IDictionary.Values====== Получает интерфейс [[developers:references:system.collections.generic.icollection_1|ICollection]] , содержащий значения [[developers:references:system.collections.generic.idictionary_2|IDictionary]] . * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public ICollection Values { get; } **Значение свойства** * Тип: [[developers:references:system.collections.generic.icollection_1|System.Collections.Generic.ICollection]]