TortugaResearch/Tortuga.Chain

Test constructor inference for ToObject/ToCollection

Closed this issue · 1 comments

Ensure that if we don't have a default constructor it will search for a single non-default constructor.

Works as expected. The code for this is handled in DesiredColumns. Documentation has been updated to reflect this.