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
|
||||||
|
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
|
||||||
|
Copyright © 2010 Do Loop Until You Die - All Rights Reserved |
||||||