public static TEnum Create(bool isNullable, DefEnum defEnum, Dictionary <string, string> tags) { return(new TEnum(isNullable, DefUtil.MergeTags(defEnum.Tags, tags), defEnum)); }
public static TBean Create(bool isNullable, DefBeanBase defBean, Dictionary <string, string> tags) { // TODO return(new TBean(isNullable, DefUtil.MergeTags(defBean.Tags, tags), defBean)); }