C# 클래스 DatabaseManager.TypeExtensions

파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 메소드들

메소드 설명
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