C# Class ExpressionToCodeLib.Internal.NullabilityHelpers

Afficher le fichier Open project: EamonNerbonne/ExpressionToCode

Méthodes publiques

Méthode Description
AvoidNullability ( this type ) : Type
EnusureNullability ( this type ) : Type
IsNullableValueType ( this type ) : bool

Method Details

AvoidNullability() public static méthode

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

EnusureNullability() public static méthode

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

IsNullableValueType() public static méthode

public static IsNullableValueType ( this type ) : bool
type this
Résultat bool