Cast an IList to a Collection
Posted
by Coppermill
on Stack Overflow
See other posts from Stack Overflow
or by Coppermill
Published on 2010-05-04T14:11:39Z
Indexed on
2010/05/04
14:18 UTC
Read the original article
Hit count: 226
I need to cast an IList to a Collection (System.Collections.ObjectModel)
How do you go about this?
© Stack Overflow or respective owner