ChartingThemeHelper.TryGetItemFromStandardDictionaries<T> - метод
Пытается получить объект типа T
из стандартных словарей ресурсов
Пространство имён: Tessa.UI.Views.Charting.ThemesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
[CanBeNullAttribute]
public static T TryGetItemFromStandardDictionaries<T>(
[CanBeNullAttribute] Object resourceKey
)
where T : class
<CanBeNullAttribute>
Public Shared Function TryGetItemFromStandardDictionaries(Of T As Class) (
<CanBeNullAttribute> resourceKey As Object
) As T
public:
[CanBeNullAttribute]
generic<typename T>
where T : ref class
static T TryGetItemFromStandardDictionaries(
[CanBeNullAttribute] Object^ resourceKey
)
[<CanBeNullAttribute>]
static member TryGetItemFromStandardDictionaries :
[<CanBeNullAttribute>] resourceKey : Object -> 'T when 'T : not struct
- resourceKey Object
-
Имя ключа ресурса
- T
-
Тип объекта
T
Полученный объект или
null, если объект указанного типа
или с указанным ключем отсутствует