C# Class Codaxy.Common.Nullable

Exibir arquivo Open project: codaxy/common

Public Methods

Method Description
GetNullableType ( Type type ) : Type
GetUnderlyingType ( Type type ) : Type
IsNullableType ( Type type ) : bool

Method Details

GetNullableType() public static method

public static GetNullableType ( Type type ) : Type
type System.Type
return System.Type

GetUnderlyingType() public static method

public static GetUnderlyingType ( Type type ) : Type
type System.Type
return System.Type

IsNullableType() public static method

public static IsNullableType ( Type type ) : bool
type System.Type
return bool