IQueryable implements IEnumerable, where is the implementation?
I'm looking at refercesource.microsoft.com at the IQueryable interface. It implements IEnumerable, and to do that it should have a 'GetEnumerator()' method, so where is it? I don't see it anywhere in the source code.
Also, this is a very strange Interface. It's basically just a bunch of extension methods.
0 comments:
Post a Comment