Tagged Questions
2
votes
1answer
298 views
How Does Queryable.OfType Work?
Important The question is not "What does Queryable.OfType do, it's "how does the code I see there accomplish that?"
Reflecting on Queryable.OfType, I see (after some cleanup):
public static ...