DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
357 stars 19 forks source link

Non-trivial instance construction follow-up: factory methods #34

Closed DeagleGross closed 10 months ago

DeagleGross commented 1 year ago

Very close to #28, but with different nuances. Example:

var obj = Foo.Create(value0, value2, value1);
obj.Blah = value4;