public OutputForAttributeBuilder(params Type[] types) { this.Types = new ReadOnlyCollection <Type>(types); this.Settings = new Settings(); this.OutputSettings = new OutputSettings(); this.TypeSettings = new TypeContext.Settings(); }
public OutputForAttributeBuilder WithTypeSettings(TypeContext.Settings typeSettings) { this.TypeSettings = typeSettings; return(this); }