C# Class WinRTXamlToolkit.Tools.TypeExtensions

Provides some reflection extension for Type.
显示文件 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