VB.NET Adds Block Level Scope
Saturday July 8, 2006
One of the new features in VB.NET is the ability to declare variables with block level scope. This is a great new way to tighten up your code by getting rid of variable declarations for entire procedures when all you need is a counter or flag in a block. But there are some unusual features (??). This quick article outlines what's new and different in block level scope.


Comments
No comments yet. Leave a Comment