C# 클래스 ExpressionToCodeLib.Internal.NullabilityHelpers

파일 보기 프로젝트 열기: EamonNerbonne/ExpressionToCode

공개 메소드들

메소드 설명
AvoidNullability ( this type ) : Type
EnusureNullability ( this type ) : Type
IsNullableValueType ( this type ) : bool

메소드 상세

AvoidNullability() 공개 정적인 메소드

public static AvoidNullability ( this type ) : Type
type this
리턴 System.Type

EnusureNullability() 공개 정적인 메소드

public static EnusureNullability ( this type ) : Type
type this
리턴 System.Type

IsNullableValueType() 공개 정적인 메소드

public static IsNullableValueType ( this type ) : bool
type this
리턴 bool