tdwright / contabs

Simple yet flexible tables for console apps.
MIT License
54 stars 20 forks source link

Easier anonymous types support #47

Closed sixlettervariables closed 6 years ago

sixlettervariables commented 6 years ago

Addresses #35 with a static method on a new static type (Table) and an extension method for IEnumerable<T>. Three simple tests are added as the code itself simply forwards to Table<T>.Create.

tdwright commented 6 years ago

Hi @sixlettervariables,

Thanks for this. Looks great. Will do a proper review very soon.

Tom