Showing results for Jared Parsons - Visual Basic Blog

May 3, 2007
Post comments count0
Post likes count0

Closures in VB Part 2: Method Calls

VBTeam
VBTeam

For previous articles in this series, please see Jared here again.  This part of the series will focus on how method calls are handled in closures.  As stated in the previous article, the purpose of closures is to allow all operations inside a lambda or query expression that would normally be available inside the function or sub.&n...

May 2, 2007
Post comments count0
Post likes count0

Closures in VB: Part 1

VBTeam
VBTeam

  My name is Jared Parsons and I am a developer on the VB Compiler and Debugger.  One of the features I implemented for VB 9.0 is lexical closure support.  This a great addition to the VB language and I wanted to do a series of blog posts to describe this feature and how it will impact your code. Lexical Closures (more often referred...