csf-dev / CSF.Reflection

MIT License
0 stars 0 forks source link

To query for types which have a public parameterless constructor, a specification should be added #19

Closed craigfowler closed 4 years ago

craigfowler commented 4 years ago

A new specification should be added for types which are new() able. That is, they have a public parameterless constructor (be it explicit or implicit).