Can we please get single line lambda expressions working first?

One of the biggest pains with lambda expressions in Visual Basic is not being able to pass them as parameters to methods that expect an Action(of T).  Here’s a quick example of something you can’t do in VB.

 

Module Module1