C# Class Rosetta.AST.Utilities.TypeMappings

Maps system (MsCoreLib) types to TypeScript types.
显示文件 Open project: andry-tino/Rosetta

Public Methods

Method Description
MapType ( this originalType ) : string

Maps a type into another.

Private Methods

Method Description
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

Method Details

MapType() public static method

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