C# Class WinRTXamlToolkit.Tools.TypeExtensions

Provides some reflection extension for Type.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
IsNullable ( this type ) : bool

Determines whether the specified type is nullable.

Method Details

IsNullable() public static méthode

Determines whether the specified type is nullable.
public static IsNullable ( this type ) : bool
type this The type.
Résultat bool