We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
gyorgy.n...@gmail.com
The text was updated successfully, but these errors were encountered:
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
marc.gravell
Sorry, something went wrong.
Original comment by marc.gravell on 8 Nov 2008 at 9:27
No branches or pull requests
Original issue reported on code.google.com by
gyorgy.n...@gmail.com
on 6 Oct 2008 at 2:59The text was updated successfully, but these errors were encountered: