======Метод IReadOnlyDictionary.TryGetValue(TKey, TValue)====== * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public virtual bool TryGetValue(TKey key, out TValue value) **Параметры** * //key// * Тип: TKey * //value// * Тип: [[developers:references:system.collections.generic.tvalue|System.Collections.Generic.TValue]] **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]