C# Класс VelocityDBAccess.TypeExtensions

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

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

Метод Описание
ToGenericTypeString ( this t ) : string

Gets a string representation of a Type corresponding to how it looks in C# code

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

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

Gets a string representation of a Type corresponding to how it looks in C# code
public static ToGenericTypeString ( this t ) : string
t this The type to get the string for
Результат string