How can I convert a generic List to a List?

How can I convert a generic List to a List?

I am using a ListCollectionView and I need to provide it with an IList not an IList.

I see plenty of examples to convert an IList to a IList, but not the other way.

Do I just convert it manually (new List().AddRange(IList)?

5
задан Hosam Aly 11 May 2011 в 14:36
поделиться