C# Class Neutronium.Core.Infra.TypeExtender

Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Méthodes publiques

Méthode Description
GetBaseTypes ( this type ) : IEnumerable
GetEnumerableBase ( this type ) : Type
GetUnderlyingNullableType ( this type ) : Type
IsUnsigned ( this targetType ) : bool

Method Details

GetBaseTypes() public static méthode

public static GetBaseTypes ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetEnumerableBase() public static méthode

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

GetUnderlyingNullableType() public static méthode

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

IsUnsigned() public static méthode

public static IsUnsigned ( this targetType ) : bool
targetType this
Résultat bool