C# 클래스 PreStorm.TypeHelper

파일 보기 프로젝트 열기: jshirota/PreStorm

공개 메소드들

메소드 설명
GetMappings ( this type ) : PreStorm.Mapped[]
GetUnderlyingType ( this type ) : Type
HasGeometry ( this type ) : bool

메소드 상세

GetMappings() 공개 정적인 메소드

public static GetMappings ( this type ) : PreStorm.Mapped[]
type this
리턴 PreStorm.Mapped[]

GetUnderlyingType() 공개 정적인 메소드

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

HasGeometry() 공개 정적인 메소드

public static HasGeometry ( this type ) : bool
type this
리턴 bool