C# Class Endjin.Assembly.ChangeDetection.Introspection.TypeMapper

显示文件 Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
FullToShort ( string fullType ) : string
ShortToFull ( string shortType ) : string

Map a short type e.g int to the full system type System.Int32

Method Details

FullToShort() public static method

public static FullToShort ( string fullType ) : string
fullType string
return string

ShortToFull() public static method

Map a short type e.g int to the full system type System.Int32
public static ShortToFull ( string shortType ) : string
shortType string The short type.
return string