As Dino mentions, nothing prevents you from calling the static extensions
directly: they exist in the System.Linq namespace of System.Core.dll. The
problem, of course, is that you end up with a lot of
Queryable.Select(Queryable.Where(someInputSequence, somePredicate),
someFuncThatReturnsT
Thanks for digging into it. A fix in the next release will be fine.
Rather than recompile IP, I worked around it by writing a C# class that
overrides the property.
-Original Message-
From: Dino Viehland [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 26, 2007 4:45 PM
To: Discussion of Ir