C# Класс WinRTXamlToolkit.Tools.TypeExtensions

Provides some reflection extension for Type.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsNullable ( this type ) : bool

Determines whether the specified type is nullable.

Описание методов

IsNullable() публичный статический Метод

Determines whether the specified type is nullable.
public static IsNullable ( this type ) : bool
type this The type.
Результат bool