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