为什么别人的 Dictionary 可用 Where 等 Linq,我的不行

别人的代码:dic.Where(...)

可是我的 dic. 却点不出这些来,为什么呢?

原来需要引用 System.Linq 这个命名空间。

你可能感兴趣的