|
|
|
|
|
by tuespetre
2831 days ago
|
|
Lambda lifting is crucial to writing a LINQ query provider in .NET languages. Most typically it will need to deal with any closure right around where the query is written and used, but if you get into having other objects adding to or modifying the query, those objects (and/or their closures) need to be dealt with as well. |
|