Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
WinRTXamlToolkit
Tools
TypeExtensions
C# Class WinRTXamlToolkit.Tools.TypeExtensions
Provides some reflection extension for
Type
.
Mostra file
Open project: xyzzer/WinRTXamlToolkit
Public Methods
Method
Description
IsNullable
(
this
type
) :
bool
Determines whether the specified type is nullable.
Method Details
IsNullable()
public
static
method
Determines whether the specified type is nullable.
public
static
IsNullable
(
this
type
) :
bool
type
this
The type.
return
bool