Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IDictionary members #23

Closed
GoogleCodeExporter opened this issue Jul 1, 2015 · 2 comments
Closed

Support for IDictionary members #23

GoogleCodeExporter opened this issue Jul 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Using a class which has a member inheriting from IDictionary<TKey, TValue> 
causes exception to be thrown upon PropertyFactory.Create[T] call.

Original issue reported on code.google.com by gyorgy.n...@gmail.com on 6 Oct 2008 at 2:59

@GoogleCodeExporter
Copy link
Author

Fixed; also now supports any ICollection<> instead of IList<> (IDictionary<,> 
implements ICollection<KeyValuePair<,>> - so get good benefit here)

Original comment by marc.gravell on 24 Oct 2008 at 11:11

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by marc.gravell on 8 Nov 2008 at 9:27

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant