Contents tagged with Using Statements
-
Compiler-generated scopes for local variable declarations
I was tasked with understanding and fixing a bug on error reporting with foreach iteration variables the other day, and it got me thinking about local variable scoping rules in C# in general. First, the bug.