C# 클래스 Junior.Route.ViewEngines.Razor.TemplateCodeBuilders.CSharpBuilder

상속: TemplateCodeBuilder
파일 보기 프로젝트 열기: nathan-alden/junior-route 1 사용 예제들

공개 메소드들

메소드 설명
CSharpBuilder ( bool throwExceptionOnParserError = true ) : System

보호된 메소드들

메소드 설명
MakeGlobalNamespace ( string @namespace ) : string
MakeTypeName ( Type type ) : string

메소드 상세

CSharpBuilder() 공개 메소드

public CSharpBuilder ( bool throwExceptionOnParserError = true ) : System
throwExceptionOnParserError bool
리턴 System

MakeGlobalNamespace() 보호된 메소드

protected MakeGlobalNamespace ( string @namespace ) : string
@namespace string
리턴 string

MakeTypeName() 보호된 메소드

protected MakeTypeName ( Type type ) : string
type System.Type
리턴 string