RickStrahl / Expando

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

fixing concrete property shadowed #4

Closed dkuida closed 8 years ago

dkuida commented 8 years ago

Solving an issue #3 I opened that is explained with a test. The property with indexer was not saved to the concrete property but to he Properties collection

RickStrahl commented 8 years ago

Sorry for the long delay on getting back on this.

I've merged the changes manually due to dependencies you've added in the PR.

dkuida commented 8 years ago

sorry for that - got a bit better with that

RickStrahl commented 8 years ago

No worries - I have that same problem a lot of times :-) Thanks for pointing this out.