C# Class Junior.Route.ViewEngines.Razor.TemplateCodeBuilders.CSharpBuilder

Inheritance: TemplateCodeBuilder
Mostra file Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
CSharpBuilder ( bool throwExceptionOnParserError = true ) : System

Protected Methods

Method Description
MakeGlobalNamespace ( string @namespace ) : string
MakeTypeName ( Type type ) : string

Method Details

CSharpBuilder() public method

public CSharpBuilder ( bool throwExceptionOnParserError = true ) : System
throwExceptionOnParserError bool
return System

MakeGlobalNamespace() protected method

protected MakeGlobalNamespace ( string @namespace ) : string
@namespace string
return string

MakeTypeName() protected method

protected MakeTypeName ( Type type ) : string
type System.Type
return string