How come C# can place region inside a sub while VB can't ? Is there an option or something that can enable this ?
Printable View
How come C# can place region inside a sub while VB can't ? Is there an option or something that can enable this ?
They're two different languages written by two different groups of people. The creators of VB.NET probably thought that if you have a method long enough to require regions then you should almost certainly be breaking it up into multiple methods, and they would be correct.