List及泛型集合类变换DataTable 或 转换List<T>为IList<T>

List及泛型集合类转换DataTable或 转换ListT为IListT网上许多IList及泛型集合类转换DataTable没有找到

List及泛型集合类转换DataTable 或 转换List<T>为IList<T>
网上许多IList及泛型集合类转换DataTable 
没有找到List及泛型集合类转换DataTable 
转换List<T>为IList<T>

[解决办法]
IList和List效果都是一样的,通常用接口的时候才会用IList,所有你说的转换如果有的话,应该是通用的!不必考虑太多!
[解决办法]
List<T>本身就是继承自IList<T>,直接转就是了