C# Класс Endjin.Assembly.ChangeDetection.Introspection.TypeMapper

Показать файл Открыть проект

Открытые методы

Метод Описание
FullToShort ( string fullType ) : string
ShortToFull ( string shortType ) : string

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

Описание методов

FullToShort() публичный статический Метод

public static FullToShort ( string fullType ) : string
fullType string
Результат string

ShortToFull() публичный статический Метод

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.
Результат string