C# Class Neutronium.Core.Infra.TypeExtender

Exibir arquivo Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
GetBaseTypes ( this type ) : IEnumerable
GetEnumerableBase ( this type ) : Type
GetUnderlyingNullableType ( this type ) : Type
IsUnsigned ( this targetType ) : bool

Method Details

GetBaseTypes() public static method

public static GetBaseTypes ( this type ) : IEnumerable
type this
return IEnumerable

GetEnumerableBase() public static method

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

GetUnderlyingNullableType() public static method

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

IsUnsigned() public static method

public static IsUnsigned ( this targetType ) : bool
targetType this
return bool