Converting a dictionary to a List<Customer>
Posted
by devnet247
on Stack Overflow
See other posts from Stack Overflow
or by devnet247
Published on 2010-06-08T12:17:00Z
Indexed on
2010/06/08
12:22 UTC
Read the original article
Hit count: 212
c#
Hi
I have a dictionary<String,Object>
and I want to convert it to a List<Customer>
Is there a clever way of doing that?
Any examples?
Thanks
© Stack Overflow or respective owner