C# Class CompiledHandlebars.Compiler.HbsCompiler

显示文件 Open project: Noxum/CompiledHandlebars

Public Methods

Method Description
Compile ( string content, string @namespace, string name, Microsoft.CodeAnalysis.Project containingProject ) : IEnumerable>.Tuple

Method Details

Compile() public static method

public static Compile ( string content, string @namespace, string name, Microsoft.CodeAnalysis.Project containingProject ) : IEnumerable>.Tuple
content string
@namespace string
name string
containingProject Microsoft.CodeAnalysis.Project
return IEnumerable>.Tuple