I recently discovered a trick using casting by example to instantiate a generic with an anonymous type.
http://brendanjerwin.com/blog/2009/03/19/anonymous-generics/
So, its a neat trick, but when would it be used? Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The primary place I use this trick is for creating a collection container for anonymous types.
Usage: