Open MelGrubb opened 10 months ago
This is a convenience shortcut to turn
WithFoo(() => fooBuilder.Build())
into
WithFoo(fooBuilder)
The builder would have to do some reflection to see whether there even IS a builder for Foo first, though.
This is a convenience shortcut to turn
into
The builder would have to do some reflection to see whether there even IS a builder for Foo first, though.