-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Just a heads up, we've made a Lambda class which could be useful in VBCorLib also, it should be compatible.
It would allow code similar to:
set newNumbers = numbers.Where(linq("$1 mod 2 == 0").OrderBy(linq("$1"));
It should be usable in VB6 as it is. Bear in mind our current parser doesn't manage parameter names, but with a little modification we should be able to change that to something more like linq: (p1,p2) => p1*p2
.
Metadata
Metadata
Assignees
Labels
No labels