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

Inheritance: TemplateCodeBuilder
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

Méthode Description
CSharpBuilder ( bool throwExceptionOnParserError = true ) : System

Méthodes protégées

Méthode Description
MakeGlobalNamespace ( string @namespace ) : string
MakeTypeName ( Type type ) : string

Method Details

CSharpBuilder() public méthode

public CSharpBuilder ( bool throwExceptionOnParserError = true ) : System
throwExceptionOnParserError bool
Résultat System

MakeGlobalNamespace() protected méthode

protected MakeGlobalNamespace ( string @namespace ) : string
@namespace string
Résultat string

MakeTypeName() protected méthode

protected MakeTypeName ( Type type ) : string
type System.Type
Résultat string