Linq减法.

            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编辑  收藏  举报