GenerateProjectCode() public static method

public static GenerateProjectCode ( GenerationOptions options, ProjectBackend projects ) : Stetic.CodeGenerationResult
options GenerationOptions
projects ProjectBackend
return Stetic.CodeGenerationResult
Example #1
0
 public CodeGenerationResult GenerateProjectCode(GenerationOptions options, ProjectBackend[] projects)
 {
     return(CodeGenerator.GenerateProjectCode(options, projects));
 }