示例#1
0
 public GeneratedField(Func<BuilderBundle> bundle, AddFieldAction action)
 {
     this.bundle = bundle;
     this.action = action;
 }
示例#2
0
 public GeneratedField(Type type, AddFieldAction action)
 {
     this.type = type;
     this.action = action;
 }