C# 클래스 Rosetta.AST.Utilities.TypeMappings

Maps system (MsCoreLib) types to TypeScript types.
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
MapType ( this originalType ) : string

Maps a type into another.

비공개 메소드들

메소드 설명
IsBool ( string originalType ) : bool
IsDouble ( string originalType ) : bool
IsFloat ( string originalType ) : bool
IsInt ( string originalType ) : bool
IsObject ( string originalType ) : bool
IsString ( string originalType ) : bool
IsVoid ( string originalType ) : bool

메소드 상세

MapType() 공개 정적인 메소드

Maps a type into another.
public static MapType ( this originalType ) : string
originalType this The original type.
리턴 string