C# 클래스 ExpressionToCodeLib.Internal.CSharpFriendlyTypeName

파일 보기 프로젝트 열기: EamonNerbonne/ExpressionToCode 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IncludeGenericTypeArgumentNames bool
UseFullName bool

공개 메소드들

메소드 설명
GetTypeName ( Type type ) : string

비공개 메소드들

메소드 설명
AliasName ( Type type ) : string
ArrayTypeName ( Type type ) : string
GenericTypeName ( Type type ) : string
GetUnaliasedTypeName ( Type type ) : string
NormalName ( Type type ) : string

메소드 상세

GetTypeName() 공개 메소드

public GetTypeName ( Type type ) : string
type System.Type
리턴 string

프로퍼티 상세

IncludeGenericTypeArgumentNames 공개적으로 프로퍼티

public bool IncludeGenericTypeArgumentNames
리턴 bool

UseFullName 공개적으로 프로퍼티

public bool UseFullName
리턴 bool