RickStrahl / Expando

Extensible dynamic types for .NET
108 stars 30 forks source link

Created extension method on an IDictionary<string, object> to convert… #7

Closed Hallmanac closed 8 years ago

Hallmanac commented 8 years ago

… an IDictionary<string, object> to an Expando type.

RickStrahl commented 8 years ago

Nice. I thought about that a number of times, but never got around to adding it. Thank you!

Hallmanac commented 8 years ago

No problem! I built it for the project I'm on so it was good timing. Thanks for such an awesome library! :-)