C# Class ExpressionToCodeLib.Internal.NullabilityHelpers

ファイルを表示 Open project: EamonNerbonne/ExpressionToCode

Public Methods

Method Description
AvoidNullability ( this type ) : Type
EnusureNullability ( this type ) : Type
IsNullableValueType ( this type ) : bool

Method Details

AvoidNullability() public static method

public static AvoidNullability ( this type ) : Type
type this
return System.Type

EnusureNullability() public static method

public static EnusureNullability ( this type ) : Type
type this
return System.Type

IsNullableValueType() public static method

public static IsNullableValueType ( this type ) : bool
type this
return bool