Reimplementing LINQ to Objects: Part 2(msmvps.com)
submitted by
sahi(231) 1 year, 5 months ago
We're going to implement the "Where" clause/method/operator. It's reasonably simple to understand in general, but goes into all of the deferred execution and streaming bits which can cause problems. It's generic, but only uses one type parameter (which is a big deal, IMO - the more type parameters a method has, the harder I find it to understand in general). Oh, and it's a starting point for query expressions, which is a bonus.
|category: Linq
|Views: 69
tags:
LINQ another
Everyones tags:
Your Tags: