C# 클래스 Neutronium.Core.Infra.TypeExtender

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
GetBaseTypes ( this type ) : IEnumerable
GetEnumerableBase ( this type ) : Type
GetUnderlyingNullableType ( this type ) : Type
IsUnsigned ( this targetType ) : bool

메소드 상세

GetBaseTypes() 공개 정적인 메소드

public static GetBaseTypes ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetEnumerableBase() 공개 정적인 메소드

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

GetUnderlyingNullableType() 공개 정적인 메소드

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

IsUnsigned() 공개 정적인 메소드

public static IsUnsigned ( this targetType ) : bool
targetType this
리턴 bool