标签:
Var numbers=new object[]{1,”string”,”string ”,2,3};
Foreach(var asint in numbers.OfType<int>()){ 将只提取int 类型的数据}
myList<T> temp=new Mylist<T> 只要实现了IEnumerable就可以强制实现IEnumerable
IEnumerable<T> tem=temp.AsEnumerable().where(canshu=>canshu==”string 值”)
标签:
原文地址:http://www.cnblogs.com/jinhaoObject/p/4542927.html