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