摘要: var s = from o in new string[] { "a", "c" } where (from cs in new string[] { "a","c" } where o != cs select cs).Any() select o; 阅读全文
posted @ 2009-07-12 16:17 NewSea 阅读(503) 评论(0) 推荐(0) 编辑