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