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