C#编译问题'System.Collections.Generic.IEnumerable<string>' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument

'System.Collections.Generic.IEnumerable<string>' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument of type 'System.Collections.Generic.IEnumerable<string>' could be found (are you missing a using directive or an assembly reference?)



在.cs头文件加上using System.Linq;
posted @ 2013-07-03 11:06  muzizongheng  阅读(827)  评论(0编辑  收藏  举报
如果我们时时忙着展现自己的知识, 将何从忆起成长所需的无知?