I want to organise my code a bit better and decided to use Regions. Little did I know regions aren't allowed inside of "methods bodies / multiline lambdas" (error vb.net gives)
I was wondering if there are any substitutes I could use instead of regions to organise my code better inside of Subs.
Thanks
I was wondering if there are any substitutes I could use instead of regions to organise my code better inside of Subs.
Thanks