C# Класс Tiraggo.Interfaces.tgTypeMap

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
tgTypeMap ( ) : System

Null constructor, never used

tgTypeMap ( string nativeType, string systemType ) : System

This constructor is used by the generated metadata map classes

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

tgTypeMap() публичный Метод

Null constructor, never used
public tgTypeMap ( ) : System
Результат System

tgTypeMap() публичный Метод

This constructor is used by the generated metadata map classes
public tgTypeMap ( string nativeType, string systemType ) : System
nativeType string
systemType string
Результат System