Monday, December 24, 2018

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.

IQueryable implements IEnumerable, where is the implementation? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team