C# 中 IList IEnumable 转换成 List类型

IList il=new IList();

List l = new List ( il );





posted @ 2012-11-05 10:57  爱知菜  阅读(410)  评论(0)    收藏  举报