C# Class Codaxy.Common.Nullable

Afficher le fichier Open project: codaxy/common

Méthodes publiques

Méthode Description
GetNullableType ( Type type ) : Type
GetUnderlyingType ( Type type ) : Type
IsNullableType ( Type type ) : bool

Method Details

GetNullableType() public static méthode

public static GetNullableType ( Type type ) : Type
type System.Type
Résultat System.Type

GetUnderlyingType() public static méthode

public static GetUnderlyingType ( Type type ) : Type
type System.Type
Résultat System.Type

IsNullableType() public static méthode

public static IsNullableType ( Type type ) : bool
type System.Type
Résultat bool