Method | Description | |
---|---|---|
MapType ( this originalType ) : string |
Maps a type into another.
|
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 |
public static MapType ( this originalType ) : string | ||
originalType | this | The original type. |
return | string |