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