|
|
|
|
|
by WickyNilliams
4722 days ago
|
|
The problem with this is that it's doing multiple iterations. LINQ on the other hand builds up an expression tree that is "compiled" into a single loop when `ToList()` (or some other method which gets the results) is eventually called. |
|