C# 클래스 Codaxy.Common.Nullable

파일 보기 프로젝트 열기: codaxy/common

공개 메소드들

메소드 설명
GetNullableType ( Type type ) : Type
GetUnderlyingType ( Type type ) : Type
IsNullableType ( Type type ) : bool

메소드 상세

GetNullableType() 공개 정적인 메소드

public static GetNullableType ( Type type ) : Type
type System.Type
리턴 System.Type

GetUnderlyingType() 공개 정적인 메소드

public static GetUnderlyingType ( Type type ) : Type
type System.Type
리턴 System.Type

IsNullableType() 공개 정적인 메소드

public static IsNullableType ( Type type ) : bool
type System.Type
리턴 bool