C# Class DatabaseManager.TypeExtensions

Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Méthode Description
ToGenericTypeString ( this t ) : string

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

Method Details

ToGenericTypeString() public static méthode

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
Résultat string