Code regions not allowed within method bodies in VB.NET?
I think code regions probably wouldn’t be supported in method bodies since they, as you put it, would be a (somewhat) “ridiculous feature” – However, in C#, this does work, at least in VS 2008 and VS 2010 – just not in VB.NET. That being said, I would avoid it. Putting regions within a method … Read more