anonymous methods only available in C#?

  • Thread starter Thread starter PJ6
  • Start date Start date
Brian,

We do not disagree, we agree. As there is no other option than you have to
use delegates and reflection.
I only say it is in my idea better not to take it as first choice but have a
look if there is not a method (classs) that has implemented it already in a
higher level or whatever.

In my opinion has VB that better done than C#.

:-)

Cor
 
Paul,

The next version of VB has nested functions. The syntax isn't as
elegant, but at least closures will be possible.

Brian
 
Back
Top