dotnet / dotnet/csharpstandard
Extract concept of captured variables from anonymous functions
Open
type: clarity
- Dominant language
- C#
- Stars
- 815
- Forks
- 99
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 16
Description
11.16.6.2 describes captured variables for anonymous functions. We need the concept for local functions (#104) as well, and probably for other things in later versions.
It would be good to move the concept to somewhere non-anonymous-function-specific (e.g. clause 9, variables), so we can refer to it from other text.
Contributor guide
Assessment
This issue has not been assessed yet.