csharplang/proposals/csharp-8.0/shadowing-in-nested-functions.md

271 B

Name shadowing in nested functions

In C# 8.0, we added a feature that permits parameters in lambdas and local functions to use parameter names that hide/shadow the names of locals or parameters from the enclosing scope. This is a placholder for its specification.