示例#1
0
 internal ObjectBindInfo[] GetBoundComponents(ObjectWrapper wrapper)
 {
     return(CodeGenerator.GetFieldsToBind(wrapper).ToArray());
 }
示例#2
0
 public CodeGenerationResult GenerateProjectCode(GenerationOptions options, ProjectBackend[] projects)
 {
     return(CodeGenerator.GenerateProjectCode(options, projects));
 }